@@ -63,7 +63,7 @@ public class SceneUserAuthParam{
*/
@NotNull(message = "不能为空")
@Min(0)
- @Max(21)
+ @Max(1)
private Integer canEditLook;
}