@RequestMapping(value = "/userInfo", method = {RequestMethod.POST,RequestMethod.GET})
一般指定具体的 method,方便在 swagger-ui.html 进行调试。
@RequestMapping(value = "/userInfo", method = {RequestMethod.POST,RequestMethod.GET})
一般指定具体的 method,方便在 swagger-ui.html 进行调试。