故事增加权限响应及校验
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-31 13:34:58 +08:00
parent d77061c46f
commit 323415f33a
10 changed files with 51 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ public class CommonConstants {
/**
* 仅查看权限
*/
public static final int STORY_PERMISSION_TYPE_READ = 2;
public static final int STORY_PERMISSION_TYPE_READ = 4;
/**
* 可编辑权限
*/
@@ -45,7 +45,7 @@ public class CommonConstants {
/**
* 管理权限
*/
public static final int STORY_PERMISSION_TYPE_ADMIN = 4;
public static final int STORY_PERMISSION_TYPE_ADMIN = 2;
/**
* 好友状态