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