Commit ddfee2fa by 杨昕

code format

parent 969c636c
Pipeline #10725 passed with stages
in 39 seconds
......@@ -75,7 +75,7 @@ class LoginController extends Controller
$userInfo = json_decode($result,true);
if (!isset($userInfo['data'])){
LogModel::addlog(["获取用户信息失败",$request->all(),'userInfo'=>$userInfo]);
LogModel::addlog(["获取用户信息失败",$request->all(),'userInfo'=>$userInfo,'data'=>$data]);
throw new \Exception("获取用户信息失败");
}
......
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