qianee-web/invite/123

@RequestMapping("/invite/{userId}")
public ModelAndView invite(HttpServletRequest request, HttpServletResponse response,@PathVariable Long userId){

替代

qianee-web/invite?userId=123

@RequestMapping("/invite")
public ModelAndView invite(HttpServletRequest request, HttpServletResponse response, Long userId){

 

相关文章:

  • 2021-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-10-20
  • 2021-06-26
相关资源
相似解决方案