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