From d755cf0ddb9a0a541b07c78b37e023cde78e65ea Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Nov 2019 17:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BB=E5=BD=95=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 1736a933..18153991 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -33,9 +33,9 @@ class UserController extends BaseController $device_bans_ip = M('device_bans','tab_')->where(['tag' => $ip,'type' => 2])->find(); $device_bans_num = M('device_bans','tab_')->where(['tag' => $user['device_number'],'type' => 1])->find(); if(!empty($device_bans_ip) || !empty($device_bans_num)){ - $this->set_message(1004, "fail", "用户已被禁用"); + $this->set_message(1004, "fail", "设备已被禁用"); } - + /*是否开启Ucenter*/ if (C('UC_OPEN') == 1) { $userApi = new MemberApi();