batchCreateOperationReq = $batchCreateOperationReq; $this->apiParas["batch_create_operation_req"] = $batchCreateOperationReq; } public function getBatchCreateOperationReq() { return $this->batchCreateOperationReq; } public function getApiMethodName() { return "dingtalk.oapi.rhino.mos.exec.perform.batch.create"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }