Browse Source

Merge branch 'master' of http://git.nanodreamtech.com/dream/fipres

fcy 3 years ago
parent
commit
39606212a3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      application/web/controller/MainController.php

+ 1 - 3
application/web/controller/MainController.php

@@ -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;
         }