|
|
@@ -219,7 +219,9 @@ class PaymentOrderService extends BaseService
|
|
|
$data['pay_url'] = $item['payUrl'];
|
|
|
$data['pay_data'] = json_encode($ret,JSON_UNESCAPED_UNICODE);
|
|
|
$info = self::model()::create($data);
|
|
|
- $result['text'] = "✅ 三方充值已提交";
|
|
|
+ $text = "✅ 支付提示 \n";
|
|
|
+ $text .= "请扫码支付 \n";
|
|
|
+ $result['text'] = $text;
|
|
|
}else{
|
|
|
$result['text'] = $ret['message'];
|
|
|
}
|