瀏覽代碼

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 = [];