博主首页
摘要: String urlPost="http://127.0.0.1:9999"+"/auth/oauth/token?username=" + userName+"&password=" + AppEncrypt.encryptAES("123456") + "&grant_type=password 阅读全文
posted @ 2021-06-15 15:26 笑~笑 阅读(757) 评论(0) 推荐(0)
摘要: @GetMapping("/oauth/removeToken") R logout(@RequestParam(value = "authHeader")String authHeader); 加上这个注解@RequestParam 阅读全文
posted @ 2021-06-15 14:24 笑~笑 阅读(2249) 评论(0) 推荐(0)