shish 2 years ago
parent
commit
e42ab9cd12
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app-hd/controllers/PurchaseController.php

+ 3 - 1
app-hd/controllers/PurchaseController.php

@@ -731,6 +731,7 @@ class PurchaseController extends BaseController
         $ghsShopId = $ghs->shopId ?? 0;
         $ghsShop = ShopClass::getById($ghsShopId, true);
         if (empty($ghsShop)) {
+            noticeUtil::push('没有供货商门店信息' . $ghsShopId, '15280215347');
             util::fail('没有供货商门店信息');
         }
 
@@ -757,7 +758,8 @@ class PurchaseController extends BaseController
             'couponId' => $couponId,
         ];
         $response = $laResource->cashierPay($wxParams);
-        print_r($response);die;
+        print_r($response);
+        die;
         if (isset($response['code']) == false || $response['code'] != '000000') {
             $errMsg = $response['msg'] ?? '';
             noticeUtil::push($errMsg, '15280215347');