channel; } public function setChannel($channel) { $this->channel = $channel; $this->apiParams["channel"] = $channel; } public function getOuterId() { return $this->outerId; } public function setOuterId($outerId) { $this->outerId = $outerId; $this->apiParams["outerId"] = $outerId; } public function getStatParam() { return $this->statParam; } public function setStatParam($statParam) { $this->statParam = $statParam; $this->apiParams["statParam"] = $statParam; } public function getApiMethodName(){ return 'suning.netalliance.tiktokgetunion.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->channel, 'channel'); RequestCheckUtil::checkNotNull($this->outerId, 'outerId'); RequestCheckUtil::checkNotNull($this->statParam, 'statParam'); } public function getBizName(){ return "getTiktokgetunion"; } } ?>