diff --git a/app/Notifications/PaymentConfirm.php b/app/Notifications/PaymentConfirm.php index 7b8c2eed..96e22c57 100644 --- a/app/Notifications/PaymentConfirm.php +++ b/app/Notifications/PaymentConfirm.php @@ -30,7 +30,7 @@ class PaymentConfirm extends Notification $order = $this->order; $goods = $this->order->goods; $sign = string_encrypt($order->payment->id); - $message = sprintf("πŸ›’ δΊΊε·₯ζ”―δ»˜\nβ€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”\n\t\tβ„ΉοΈθ΄¦ε·οΌš%s\n\t\tπŸ’° ι‡‘ι’οΌš%s\n\t\tπŸ“¦ ε•†ε“οΌš%s\n\t\t", $order->user->username, $order->amount, $goods->name ?? '余钝充值'); + $message = sprintf("πŸ›’ δΊΊε·₯ζ”―δ»˜\nβ€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”\n\t\tℹ️ 账号:%s\n\t\tπŸ’° ι‡‘ι’οΌš%s\n\t\tπŸ“¦ ε•†ε“οΌš%s\n\t\t", $order->user->username, $order->amount, $goods->name ?? '余钝充值'); foreach (User::role('Super Admin')->get() as $admin) { if (! $admin->telegram_user_id) { continue; diff --git a/public/assets/images/help/manual_alipay1.png b/public/assets/images/help/manual_alipay1.png new file mode 100644 index 00000000..1257b8d2 Binary files /dev/null and b/public/assets/images/help/manual_alipay1.png differ diff --git a/public/assets/images/help/manual_alipay2.png b/public/assets/images/help/manual_alipay2.png new file mode 100644 index 00000000..cf7a1fc6 Binary files /dev/null and b/public/assets/images/help/manual_alipay2.png differ diff --git a/resources/views/user/components/payment/manual.blade.php b/resources/views/user/components/payment/manual.blade.php index 57d3b10f..f7454077 100644 --- a/resources/views/user/components/payment/manual.blade.php +++ b/resources/views/user/components/payment/manual.blade.php @@ -66,10 +66,10 @@
-
倇注1账号
- -
ε‘«ε…₯η™»ε½•δ½Ώη”¨ηš„θ΄¦ε·
- +

倇注账号

+ +

ε‘«ε…₯η™»ε½•δ½Ώη”¨ηš„θ΄¦ε·

+
@@ -88,7 +88,6 @@
{!! trans('user.payment.qrcode_tips', ['software' => trans('common.payment.alipay')]) !!}
-

{{trans('common.payment.alipay')}}

@@ -125,7 +124,7 @@ @endsection