shish 2 лет назад
Родитель
Сommit
898ff966ed
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-hd/controllers/CustomRechargeController.php

+ 2 - 2
app-hd/controllers/CustomRechargeController.php

@@ -141,8 +141,8 @@ class CustomRechargeController extends BaseController
                 $currentShop = ShopClass::getById($customShopId, true);
                 $currentShopName = $currentShop->merchantName . ' ' . $currentShop->shopName;
                 $currentMobile = $currentShop->mobile ?? '';
-                noticeUtil::push("花店充值时,发现没有openId,请跟进是否充值成功。{$currentShopName} {$currentMobile}", '15280215347');
-                util::success(['hasError' => 1, 'hasNoMiniOpenId' => 1]);
+                noticeUtil::push("花店向供货商充值时,发现没有openId。{$currentShopName} {$currentMobile}", '15280215347');
+                util::fail('用户信息不完整');
             }
             $merchantExtend = WxOpenClass::getWxInfo();