seven 1 неделя назад
Родитель
Сommit
0248a3a27c
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      app/Services/PaymentOrderService.php

+ 3 - 2
app/Services/PaymentOrderService.php

@@ -233,9 +233,10 @@ class PaymentOrderService extends BaseService
             $data['pay_data'] = json_encode($ret, JSON_UNESCAPED_UNICODE);
             $info = self::model()::create($data);
             // $text = "✅ 支付提示 \n";
-            $text = "{$data['bank_name']}充值确认";
+            $text = "{$data['bank_name']}充值确认 \n";
             // $text .= "支付方式:{$data['bank_name']} \n";
-            $text .= "请使用浏览器扫码 \n";
+            $text .= "请使用浏览器扫码或者复制支付地址到浏览器打开 \n";
+            $text .= "支付地址:{$ret['data']['payUrl']}\n";
             $text .= "支付金额:" . $amount . " RMB \n";
             $text .= "请按实际支付金额进行付款,否则影响到账 \n";
             $text .= "支付完成后请耐心等待,支付到账会第一时间通知您! \n";