Commit 969c636c by 杨昕

test

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