From a0e3e7dc83a07cad27270dbd27ba8c8d0ff3c937 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 21 Nov 2019 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/BaseController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/BaseController.class.php b/Application/Sdk/Controller/BaseController.class.php index 3e03d0b6..9f87ac61 100644 --- a/Application/Sdk/Controller/BaseController.class.php +++ b/Application/Sdk/Controller/BaseController.class.php @@ -45,8 +45,8 @@ class BaseController extends RestController{ if (!$userToken || $userToken != $data['user_token']) { echo base64_encode (json_encode(array( "code" => 9999, - "msg" => $data['user_token']."您已下线,请重新登入".$userToken, - "return_msg" => $data['user_token']."您已下线,请重新登入".$userToken, + "msg" => "您已下线,请重新登入", + "return_msg" => "您已下线,请重新登入", "data" => "" ))); exit ();