|
|
@@ -66,9 +66,8 @@ class RechargeClass extends BaseClass
|
|
|
$ghs = GhsClass::getById($ghsId);
|
|
|
$ghsName = $ghs['name'] ?? '';
|
|
|
$customName = $shop->shopName ?? '';
|
|
|
- noticeUtil::push("客户【{$customName}】在【{$ghsName}】充值花款{$recharge->amount}元,免费续期一年", '15280215347');
|
|
|
+ noticeUtil::push("客户[{$customName}]在供应商[{$ghsName}]充值花款{$recharge->amount}元,免费续期一年", '15280215347');
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
\biz\shop\classes\ShopClass::rechargeAddBalance($shop, $amount, $recharge, $tx, $capitalType, $fix);
|
|
|
}
|