作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

服务器配置

@@ -35,7 +35,7 @@ class OpenServerController extends HomeBaseController @@ -35,7 +35,7 @@ class OpenServerController extends HomeBaseController
35 dump(cache('aaa')); 35 dump(cache('aaa'));
36 dump(cache('bcc')); 36 dump(cache('bcc'));
37 dump(cache('c')); 37 dump(cache('c'));
38 - dump(cache('data')); 38 + dump(cache('data_id'));
39 exit(); 39 exit();
40 dump(cache('result')); 40 dump(cache('result'));
41 dump(cache('result1')); 41 dump(cache('result1'));
@@ -200,6 +200,7 @@ class OpenServerController extends HomeBaseController @@ -200,6 +200,7 @@ class OpenServerController extends HomeBaseController
200 } 200 }
201 201
202 public function bind($uid,$data_id){ 202 public function bind($uid,$data_id){
  203 + cache('data_id',$data_id);
203 $data_my_user = Db::name('my_user') -> where('uid',$uid) -> find(); 204 $data_my_user = Db::name('my_user') -> where('uid',$uid) -> find();
204 if($data_my_user){ 205 if($data_my_user){
205 //用户是否为自由人 是自由人则绑定 不是自由人判断是不是老师 206 //用户是否为自由人 是自由人则绑定 不是自由人判断是不是老师