bizOrderId = $bizOrderId; $this->apiParas["biz_order_id"] = $bizOrderId; } public function getBizOrderId() { return $this->bizOrderId; } public function getApiMethodName() { return "dingtalk.oapi.appstore.internal.order.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizOrderId,"bizOrderId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }