atUnionIds = $atUnionIds; $this->apiParas["at_union_ids"] = $atUnionIds; } public function getAtUnionIds() { return $this->atUnionIds; } public function setMsgKey($msgKey) { $this->msgKey = $msgKey; $this->apiParas["msg_key"] = $msgKey; } public function getMsgKey() { return $this->msgKey; } public function setMsgParam($msgParam) { $this->msgParam = $msgParam; $this->apiParas["msg_param"] = $msgParam; } public function getMsgParam() { return $this->msgParam; } public function setOpenConversationId($openConversationId) { $this->openConversationId = $openConversationId; $this->apiParas["open_conversation_id"] = $openConversationId; } public function getOpenConversationId() { return $this->openConversationId; } public function setReceiverUnionIds($receiverUnionIds) { $this->receiverUnionIds = $receiverUnionIds; $this->apiParas["receiver_union_ids"] = $receiverUnionIds; } public function getReceiverUnionIds() { return $this->receiverUnionIds; } public function getApiMethodName() { return "dingtalk.oapi.robot.intelligent.message.send"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkMaxListSize($this->atUnionIds,999,"atUnionIds"); RequestCheckUtil::checkNotNull($this->msgKey,"msgKey"); RequestCheckUtil::checkNotNull($this->msgParam,"msgParam"); RequestCheckUtil::checkNotNull($this->openConversationId,"openConversationId"); RequestCheckUtil::checkMaxListSize($this->receiverUnionIds,999,"receiverUnionIds"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }