strategy; } public function setStrategy($strategy) { $this->strategy = $strategy; $this->apiParams["strategy"] = $strategy; } public function getCrowdScope() { return $this->crowdScope; } public function setCrowdScope($crowdScope) { $this->crowdScope = $crowdScope; $this->apiParams["crowdScope"] = $crowdScope; } public function getApiMethodName(){ return 'suning.custom.crowdcountbystrategy.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->strategy, 'strategy'); } public function getBizName(){ return "queryCrowdcountbystrategy"; } } ?>