From 4e1a6f476d7349429955279be92250b335af9125 Mon Sep 17 00:00:00 2001 From: tping Date: Wed, 22 Jan 2020 11:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=B0=8F=E5=8F=B7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 2b3c5297..7bc6e5de 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -2336,6 +2336,8 @@ class UserController extends BaseController private function small_list($puid = '', $game_id = '') { + return []; + // 小号功能不使用 20200122 if (!is_numeric($puid) || $puid < 1) { return []; }