取消小号功能

master
tping 5 years ago
parent 4281f58df2
commit 4e1a6f476d

@ -2336,6 +2336,8 @@ class UserController extends BaseController
private function small_list($puid = '', $game_id = '')
{
return [];
// 小号功能不使用 20200122
if (!is_numeric($puid) || $puid < 1) {
return [];
}

Loading…
Cancel
Save