mobile = $mobile; $this->apiParas["mobile"] = $mobile; } public function getMobile() { return $this->mobile; } public function setSupportExclusiveAccountSearch($supportExclusiveAccountSearch) { $this->supportExclusiveAccountSearch = $supportExclusiveAccountSearch; $this->apiParas["support_exclusive_account_search"] = $supportExclusiveAccountSearch; } public function getSupportExclusiveAccountSearch() { return $this->supportExclusiveAccountSearch; } public function getApiMethodName() { return "dingtalk.oapi.v2.user.getbymobile"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->mobile,"mobile"); RequestCheckUtil::checkMaxLength($this->mobile,15,"mobile"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }