currentOperatorUserid = $currentOperatorUserid; $this->apiParas["current_operator_userid"] = $currentOperatorUserid; } public function getCurrentOperatorUserid() { return $this->currentOperatorUserid; } public function setDataIdList($dataIdList) { $this->dataIdList = $dataIdList; $this->apiParas["data_id_list"] = $dataIdList; } public function getDataIdList() { return $this->dataIdList; } public function setProviderCorpid($providerCorpid) { $this->providerCorpid = $providerCorpid; $this->apiParas["provider_corpid"] = $providerCorpid; } public function getProviderCorpid() { return $this->providerCorpid; } public function getApiMethodName() { return "dingtalk.oapi.crm.objectdata.contact.list"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->dataIdList,"dataIdList"); RequestCheckUtil::checkMaxListSize($this->dataIdList,100,"dataIdList"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }