Uncaught (in promise) Error: Request failed with status code 404
找不到这个url。要么是前端的请求写错了,要么后端写错了。
这次是 @PostMapping("api/admin/message/send")
这里少了个/
加上去就好了 @PostMapping("/api/admin/message/send")
Uncaught (in promise) Error: Request failed with status code 404
找不到这个url。要么是前端的请求写错了,要么后端写错了。
这次是 @PostMapping("api/admin/message/send")
这里少了个/
加上去就好了 @PostMapping("/api/admin/message/send")
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。