|
|
@@ -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);
|