groupId = $groupId; $this->apiParas["group_id"] = $groupId; } public function getGroupId() { return $this->groupId; } public function getApiMethodName() { return "dingtalk.corp.role.getrolegroup"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->groupId,"groupId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }