bizCode = $bizCode; $this->apiParas["biz_code"] = $bizCode; } public function getBizCode() { return $this->bizCode; } public function setParam($param) { $this->param = $param; $this->apiParas["param"] = $param; } public function getParam() { return $this->param; } public function getApiMethodName() { return "dingtalk.oapi.ats.resume.add"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizCode,"bizCode"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }