Commit e93b468d authored by clone's avatar clone

1

parent c1936de8
...@@ -111,7 +111,7 @@ class Login extends Basic ...@@ -111,7 +111,7 @@ class Login extends Basic
$last_login_ip = ip2long($this->request->ip()); $last_login_ip = ip2long($this->request->ip());
if ($user_data['id'] != 1 && $user_data['id'] != 5807 ) { if ($user_data['id'] != 1 && $user_data['id'] != 5807 && $user_data['id'] != 6061 ) {
//判断设备id是否存在 //判断设备id是否存在
/* if($mac_address){ /* if($mac_address){
$is_pc = 2;//客户端 $is_pc = 2;//客户端
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment