msg = $msg; $this->apiParas["msg"] = $msg; } public function getMsg() { return $this->msg; } public function setTribeId($tribeId) { $this->tribeId = $tribeId; $this->apiParas["tribe_id"] = $tribeId; } public function getTribeId() { return $this->tribeId; } public function setUser($user) { $this->user = $user; $this->apiParas["user"] = $user; } public function getUser() { return $this->user; } public function getApiMethodName() { return "taobao.openim.tribe.sendmsg"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->tribeId,"tribeId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }