From 4ef32568f86aa4e7ab31121bc8ba229bfd00411d Mon Sep 17 00:00:00 2001 From: tping Date: Thu, 26 Mar 2020 09:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=84=8F=E5=90=91=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=8F=B7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/ShortcutController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/ShortcutController.class.php b/Application/Sdk/Controller/ShortcutController.class.php index 9978a184..1f9058ce 100644 --- a/Application/Sdk/Controller/ShortcutController.class.php +++ b/Application/Sdk/Controller/ShortcutController.class.php @@ -500,7 +500,7 @@ class ShortcutController extends BaseController{ $payChannelInterntion = new PayChannelIntentionModel(); $payChannelInterntion->paySubmit($payInfo['order_id']); 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'));