openGroupId = $openGroupId; $this->apiParas["open_group_id"] = $openGroupId; } public function getOpenGroupId() { return $this->openGroupId; } public function getApiMethodName() { return "dingtalk.ccoservice.servicegroup.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->openGroupId,"openGroupId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }