|
|
@@ -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";
|