bizKey = $bizKey; $this->apiParas["biz_key"] = $bizKey; } public function getBizKey() { return $this->bizKey; } public function getApiMethodName() { return "dingtalk.oapi.crm.app.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizKey,"bizKey"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }