WIN-2308041133\Administrator 6 päivää sitten
vanhempi
commit
cbf4fb126e
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      app/controller/api/store/order/StoreOrder.php

+ 3 - 1
app/controller/api/store/order/StoreOrder.php

@@ -256,6 +256,8 @@ class StoreOrder extends BaseController
      */
     public function groupOrderPay($id, StoreGroupOrderRepository $groupOrderRepository)
     {
+        @file_put_contents('quanju4.txt',"-支付能传到这里吗\r\n",8);
+
         //TODO 佣金结算,佣金退回,物流查询
         $type = $this->request->param('type');
         $is_points = $this->request->param('is_points',0);
@@ -282,7 +284,7 @@ class StoreOrder extends BaseController
             }
             return app('json')->status('success', '线下支付,请告知收银员', ['order_id' => $groupOrder['group_order_id']]);
         }
-        @file_put_contents('quanju.txt',"-123\r\n",8);
+        @file_put_contents('quanju4.txt',"-支付能传到这里吗2\r\n",8);
         try {
             return $this->repository->pay($type, $this->request->userInfo(), $groupOrder, $this->request->param('return_url'), $this->request->isApp());
         } catch (\Exception $e) {