problem description
when actually accessing API, it is the way of POST;
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
@RequestMapping(value = "/permission/current",method = RequestMethod.GET )
@Headers({"Content-Type: application/json","Authorization:{token}"})
Map<String,Object> getPermission(@Param("token") String token);
what result do you expect? What is the error message actually seen?
how can I modify it to support Headers Authorization token, or Springcloud Fegin does not support it here?