dever 3 년 전
부모
커밋
5ed145a5dd
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/shop/lib/Sell.php

+ 3 - 3
app/shop/lib/Sell.php

@@ -751,9 +751,9 @@ class Sell
             $param['receipt'] = $receipt;
         }
 
-        $result = Dever::load('pay/api.pay', $param);
-        //$result['type'] = 'test';
-        //$result['order'] = '';
+        //$result = Dever::load('pay/api.pay', $param);
+        $result['type'] = 'test';
+        $result['order'] = '';
         if ($cart) {
             # 来自购物车,要清空一下
             $this->dropCart($cart, $uid, $goods, $shop['id']);