chatId; } public function setChatId($chatId) { $this->chatId = $chatId; $this->apiParams["chatId"] = $chatId; } public function getApiMethodName(){ return 'suning.cloudinfo.chatcontent.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->chatId, 'chatId'); } public function getBizName(){ return "queryChatContent"; } } ?>