|
|
@@ -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();
|
|
|
|