seven 1 mese fa
parent
commit
6f1b2a2b84
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Services/PaymentOrderService.php

+ 1 - 0
app/Services/PaymentOrderService.php

@@ -221,6 +221,7 @@ class PaymentOrderService extends BaseService
             $info = self::model()::create($data);
             $text = "✅ 支付提示 \n";
             $text .= "请扫码支付 \n";
+            $text .= "支付完成后请耐心等待,支付到账会第一时间通知您! \n";
             $result['text'] = $text;
         }else{
             $result['text'] = $ret['message'];