Browse Source

fix:订单好

super-yimizi 1 month ago
parent
commit
358c613a6f
1 changed files with 2 additions and 2 deletions
  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 = [];