type; } public function setType($type) { $this->type = $type; $this->apiParams["type"] = $type; } public function getApiMethodName(){ return 'suning.govbus.message.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->type, 'type'); } public function getBizName(){ return "getMessage"; } } ?>