groupName = $groupName; $this->apiParas["group_name"] = $groupName; } public function getGroupName() { return $this->groupName; } public function getApiMethodName() { return "taobao.tmc.queue.get"; } 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; } }