songxingwei 2 anni fa
parent
commit
c99deaeac4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      application/api/controller/Order.php

+ 0 - 1
application/api/controller/Order.php

@@ -373,7 +373,6 @@ class Order extends Base
         $order = $redis->hGet($key,$order_no);
         if (!$order) $this->error('订单不存在');
         $order = json_decode($order,true);
-        $pro_info = json_decode($order['pro_info'],true);
         if ($order['status']!=0) $this->error('订单已支付或已取消');
         $com = true;
         Db::startTrans();