@@ -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'];