Commit 305fd41d authored by 赵啸非's avatar 赵啸非

添加用户登录鉴权

parent 9de5ca1c
...@@ -202,6 +202,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic ...@@ -202,6 +202,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
* @return * @return
*/ */
@GetMapping(value = "token") @GetMapping(value = "token")
@UnAuth
public Rest<String> getToken(@RequestParam(value = "userKey") String userKey) { public Rest<String> getToken(@RequestParam(value = "userKey") String userKey) {
try { try {
......
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