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