支付意向订单号提示

master
tping 5 years ago
parent a8eb47007d
commit 4ef32568f8

@ -500,7 +500,7 @@ class ShortcutController extends BaseController{
$payChannelInterntion = new PayChannelIntentionModel(); $payChannelInterntion = new PayChannelIntentionModel();
$payChannelInterntion->paySubmit($payInfo['order_id']); $payChannelInterntion->paySubmit($payInfo['order_id']);
if ($check) { if ($check) {
echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$request['order_id']},请选择其他支付方式或联系客服"]);exit; echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$payInfo['order_id']},请选择其他支付方式或联系客服"]);exit;
} }
C(api('Config/lists')); C(api('Config/lists'));

Loading…
Cancel
Save