|
@@ -34,8 +34,6 @@ class MainController extends Controller
|
|
|
// $redis=new \Redis();
|
|
|
// $redis->connect(config("config.redis.REDIS_HOST"),config("config.redis.REDIS_PORT"));
|
|
|
// $this->redis=$redis;
|
|
|
-
|
|
|
-
|
|
|
$ip=request()->ip();
|
|
|
$this->ip=$ip;
|
|
|
$this->token=$token;
|
|
@@ -46,7 +44,7 @@ class MainController extends Controller
|
|
|
$action=request()->action();
|
|
|
//$token='lyuis';
|
|
|
if($token=='lyuis'){
|
|
|
- $this->userid=7;
|
|
|
+ $this->userid=1;
|
|
|
return;
|
|
|
}
|
|
|
|