Merge branch 'master' of http://111.229.174.37:3000/Food/food_server
This commit is contained in:
commit
cd1f3dd13d
@ -31,7 +31,7 @@ class PublicController extends Controller
|
||||
$this->session_key = $res_token['session_key'];
|
||||
} catch (\UnexpectedValueException $e) {
|
||||
// 捕获JWT解码错误
|
||||
echo json_encode(array('status' => -1, 'msg' => $token));
|
||||
echo json_encode($token);
|
||||
exit();
|
||||
} catch (\DomainException $e) {
|
||||
// 捕获JWT解码错误
|
||||
|
Loading…
Reference in New Issue
Block a user