Commit 4c707e7771430edbc44e3d55dec7e3e3e12ced05

Authored by landong2015
1 parent 27ef8e1dcf
Exists in master

提交疫苗基本信息model

Showing 1 changed file with 1 additions and 1 deletions

webApi/src/main/java/com/lyms/yimiao/web/controller/v1/FeedbackController.java View file @ 4c707e7
... ... @@ -43,7 +43,7 @@
43 43 *
44 44 * @return
45 45 */
46   - @RequestMapping(value = "/feedbacks", method = RequestMethod.POST)
  46 + @RequestMapping(value = "/feedBacks", method = RequestMethod.POST)
47 47 @TokenRequired
48 48 public void submitFeedBack(@RequestParam("content") String content,
49 49 HttpServletResponse httpServletResponse) {