WIN-2308041133\Administrator 2 months ago
parent
commit
39b537d6f2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/services/order/StoreOrderCreateServices.php

+ 3 - 0
app/services/order/StoreOrderCreateServices.php

@@ -145,6 +145,9 @@ class StoreOrderCreateServices extends BaseServices
      */
     public function createOrder($uid, $key, $userInfo, $addressId, $payType, $useIntegral = false, $couponId = 0, $mark = '', $combinationId = 0, $pinkId = 0, $seckillId = 0, $bargainId = 0, $shippingType = 1, $real_name = '', $phone = '', $storeId = 0, $news = false, $advanceId = 0, $customForm = [], $invoice_id = 0, $is_gift = 0, $gift_mark = '',$lb_spread_uid=0)
     {
+        try {
+
+        }
         /** @var StoreOrderServices $orderService */
         $storeOrderServices = app()->make(StoreOrderServices::class);
         $bargainServices = app()->make(StoreBargainServices::class);