Commit 38d44c0c by 吴迪

Merge remote-tracking branch 'origin/master'

parents 8e27e40f d0ce18a7
...@@ -57,7 +57,7 @@ public class AppLoginController { ...@@ -57,7 +57,7 @@ public class AppLoginController {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("token", token); map.put("token", token);
map.put("expire", jwtUtils.getExpire()); map.put("expire", jwtUtils.getExpire());
//测试 git提交
return R.ok(map); return R.ok(map);
} }
......
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