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