Commit 9b761a7c by 冷斌

fix bug

parent 570daaa2
......@@ -57,6 +57,9 @@ class ProfitController extends HomebaseController
$uid=I("uid");
$token=I("token");
var_dump($uid, $token);
die;
if( !$uid || !$token || checkToken($uid,$token)==700 ){
echo json_encode(array("ret"=>0,'data'=>array(),'msg'=>'您的登陆状态失效,请重新登陆!'));
exit;
......
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