故事增加权限响应及校验
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 好友状态
|
||||
|
||||
Reference in New Issue
Block a user