|
@@ -321,9 +321,8 @@ class ShopExtClass extends BaseClass
|
|
|
if (!empty($shopExt->lbSn)) {
|
|
if (!empty($shopExt->lbSn)) {
|
|
|
$actPrice = $recharge->amount ?? 0;
|
|
$actPrice = $recharge->amount ?? 0;
|
|
|
$payWay = $recharge->payWay ?? 0;
|
|
$payWay = $recharge->payWay ?? 0;
|
|
|
- $customName = $recharge->customName ?? '';
|
|
|
|
|
$sound = $payWay == 0 ? "微信充值{$actPrice}元," : "支付宝充值{$actPrice}元";
|
|
$sound = $payWay == 0 ? "微信充值{$actPrice}元," : "支付宝充值{$actPrice}元";
|
|
|
- $sound = $customName . $sound;
|
|
|
|
|
|
|
+ $sound = $sound . ",谢谢惠顾,欢迎下次光临";
|
|
|
$url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version={$shopExt->lbVersion}&message=" . $sound;
|
|
$url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version={$shopExt->lbVersion}&message=" . $sound;
|
|
|
$curl = new curl\Curl();
|
|
$curl = new curl\Curl();
|
|
|
$curl->get($url);
|
|
$curl->get($url);
|