Commit 20511e06 by 冷斌

fix bug

parent 3651b9d2
......@@ -7,9 +7,6 @@ use Common\Controller\HomebaseController;
class AuthController extends HomebaseController {
public function index(){
var_dump($configpri=getConfigPri());
die;
$uid=I("uid");
$token=I("token");
if( !$uid || !$token || checkToken($uid,$token)==700 ){
......
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