Commit ff7ac0c7 authored by 赵啸非's avatar 赵啸非

添加用户登录鉴权

parent 305fd41d
......@@ -201,7 +201,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
* 获取验证token
* @return
*/
@GetMapping(value = "token")
@PostMapping(value = "token")
@UnAuth
public Rest<String> getToken(@RequestParam(value = "userKey") String userKey) {
......
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