From 4fc6eabb8b8693dc4c806cdedb0c964da454d680 Mon Sep 17 00:00:00 2001 From: tping Date: Thu, 5 Mar 2020 19:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=93=E5=AE=9D=E6=94=AF=E4=BB=98=E6=8F=90?= =?UTF-8?q?=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 1022986b..fc63b5e1 100644 --- a/Application/Sdk/Controller/ShortcutController.class.php +++ b/Application/Sdk/Controller/ShortcutController.class.php @@ -586,7 +586,7 @@ class ShortcutController extends BaseController{ $yeeData = $yeepay->yee_pay($data); // var_dump($yeeData);//die; if ($yeeData['data']['result']['code'] != 'OPR00000') { - echo json_encode(['code'=>0, 'msg'=> '支付参数有误,请重试'.$yeeData['result']['code']]); + echo json_encode(['code'=>0, 'msg'=> '支付参数有误,请重试'.$yeeData['data']['result']['code']]); exit; } $request['pay_url'] = $yeeData['url'];