createChatBotModel = $createChatBotModel; $this->apiParas["create_chat_bot_model"] = $createChatBotModel; } public function getCreateChatBotModel() { return $this->createChatBotModel; } public function getApiMethodName() { return "dingtalk.corp.chatbot.createorgbot"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }