strategyId; } public function setStrategyId($strategyId) { $this->strategyId = $strategyId; $this->apiParams["strategyId"] = $strategyId; } public function getApiMethodName(){ return 'suning.custom.strategy.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->strategyId, 'strategyId'); } public function getBizName(){ return "getStrategy"; } } ?>