master
elf 2 years ago
parent d6fea1e1d2
commit 07e1e53f39

@ -94,6 +94,10 @@ class UserService
protected function doLogin($account, $password, $game, $params = [])
{
if ($game['apply_status'] == 0) {
return ['status' => false, 'message' => '游戏无法登录'];
}
$clientIp = $params['client_ip'] ?? get_client_ip();
$deviceNum = $params['device_num'] ?? '';

Loading…
Cancel
Save