Browse Source

增加一个订单状态,待确认收货

lizhen_gitee 1 month ago
parent
commit
d3b5491462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Unishop.php

+ 1 - 1
application/api/controller/Unishop.php

@@ -126,7 +126,7 @@ class Unishop extends Api
     public function test(){
         $out_trade_no = input('out_trade_no','');
         $paytype = 'wechat';
-        $rs = $this->order_notify_do($out_trade_no,$paytype);
+        $rs = $this->order_notify_do($out_trade_no,$paytype,100);
         echo '完成';
     }