Merge branch 'hotfix/xiaohao' of wmtx/sdk into master

取消小号功能
master
张谷诚 5 years ago committed by Gogs
commit 38017807e7

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

Loading…
Cancel
Save