From 394cac847a7d91de3aacfcb66333ee2a8fab2bd0 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Wed, 26 Feb 2020 16:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E4=B8=BA=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index c0924670..4be2ac69 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -1260,8 +1260,9 @@ class UserController extends BaseController $log['remarks'] = json_encode($data); + } else { + $log['remarks'] = json_encode($res); } - $log['remarks'] = json_encode($res); log_action($log); }