groupName = $groupName; $this->apiParas["group_name"] = $groupName; } public function getGroupName() { return $this->groupName; } public function setUserIds($userIds) { $this->userIds = $userIds; $this->apiParas["user_ids"] = $userIds; } public function getUserIds() { return $this->userIds; } public function getApiMethodName() { return "qianmi.qmcs.group.delete"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->groupName, "groupName"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }