Commit d0ce18a7 by 唐功亮

测试提交

parent 7ac928b8
...@@ -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