Просмотр исходного кода

修改消息已读未读状态接口

LiFei 6 лет назад
Родитель
Сommit
a08b77c335

+ 1 - 1
happy-boot-module-hppay/src/main/java/org/jeecg/modules/api/enterpriseAuth/AnterpriseAuthControllerAPI.java

@@ -117,7 +117,7 @@ public class AnterpriseAuthControllerAPI extends BaseAppController {
     /**
      * 修改消息已读未读状态接口
      */
-    @GetMapping(value = "/changeMessageRead")
+    @PostMapping(value = "/changeMessageRead")
     public ModelAndView changeMessageRead(HttpServletRequest request, HttpServletResponse response) {
         Map<String, Object> returnMap = new HashMap<String, Object>();
         Map<String, String> requestMap = findRequestMap(request);