Kaynağa Gözat

优化投票功能

Your Name 2 yıl önce
ebeveyn
işleme
f9852738fc

+ 1 - 1
java110-interface/src/main/java/com/java110/intf/user/IUserQuestionAnswerV1InnerServiceSMO.java

@@ -41,7 +41,7 @@ public interface IUserQuestionAnswerV1InnerServiceSMO {
     @RequestMapping(value = "/saveUserQuestionAnswer", method = RequestMethod.POST)
     public int saveUserQuestionAnswer(@RequestBody  UserQuestionAnswerPo userQuestionAnswerPo);
 
-    @RequestMapping(value = "/saveUserQuestionAnswer", method = RequestMethod.POST)
+    @RequestMapping(value = "/saveUserQuestionAnswers", method = RequestMethod.POST)
     int saveUserQuestionAnswers(@RequestBody List<UserQuestionAnswerPo> userQuestionAnswerPos);
     @RequestMapping(value = "/updateUserQuestionAnswer", method = RequestMethod.POST)
     public int updateUserQuestionAnswer(@RequestBody  UserQuestionAnswerPo userQuestionAnswerPo);