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'));