浏览代码

更新!

TRX 1 年之前
父节点
当前提交
deda83ff7b

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/controller/visitor/TipInfoController.java

@@ -118,7 +118,7 @@ public class TipInfoController {
     }
 
     @ResourceAuth(value = "user", type = AuthType.User)
-    @Operation(summary = "标识所有的数据已读", description = "标识所有的数据已读")
+    @Operation(summary = "标识当前用户所有的数据已读", description = "标识当前用户所有的数据已读")
     @RequestMapping(value = "markCurrentAllRead", method = {RequestMethod.GET})
     public ResultContent markCurrentAllRead() {
         return this.tipInfoService.markCurrentAllRead();