seven vor 2 Tagen
Ursprung
Commit
746a57919a
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 3 2
      app/Services/PaymentOrderService.php
  2. 1 1
      app/Services/SanJinRechargeService.php

+ 3 - 2
app/Services/PaymentOrderService.php

@@ -224,8 +224,9 @@ class PaymentOrderService extends BaseService
             $data['pay_data'] = json_encode($ret, JSON_UNESCAPED_UNICODE);
             $info = self::model()::create($data);
             $text = "✅ 支付提示 \n";
-            $text .= "请扫码支付 \n";
-            $text .= "支付平台:{$data['bank_name']} \n";
+            // $text .= "请扫码支付 \n";
+            // $text .= "支付平台:{$data['bank_name']} \n";
+            $text .= "请使用浏览器扫码 \n";
             $text .= "支付金额:" . $amount . " RMB \n";
             $text .= "请按实际支付金额进行付款,否则影响到账 \n";
             $text .= "支付完成后请耐心等待,支付到账会第一时间通知您! \n";

+ 1 - 1
app/Services/SanJinRechargeService.php

@@ -157,7 +157,7 @@ class SanJinRechargeService
             $text .= "-------------------------------------\n";
             $text .= "{$amount} \n";
             $text .= "订单号:{$item->order_no}\n";
-            $text .= "请使用浏览器扫码,进行支付 \n";
+            $text .= "支付平台:{$item->bank_name}\n";
 
             // $text .= "银行:{$item->bank_name}\n";
             // $text .= "姓名:{$item->account}\n";