deviceServiceId = $deviceServiceId; $this->apiParas["device_service_id"] = $deviceServiceId; } public function getDeviceServiceId() { return $this->deviceServiceId; } public function getApiMethodName() { return "dingtalk.corp.device.manage.hasbinddevice"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->deviceServiceId,"deviceServiceId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }