فهرست منبع

fix:订单好

super-yimizi 2 ماه پیش
والد
کامیت
358c613a6f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      application/api/controller/Order.php

+ 2 - 2
application/api/controller/Order.php

@@ -467,8 +467,8 @@ class Order extends Base
     }
 
     public  function getWechatMiniProgramOrderDelivery(){
-          $transactionId  = $this->request->post('transaction_id');
-          if(empty($transactionId )){
+          $orderId  = $this->request->post('order_id');
+          if(empty($orderId )){
             $this->error('请上传正确的参数');
           }
           $arrReturn = [];