This commit is contained in:
wucongxing8150 2025-06-13 18:47:08 +08:00
parent 47198f2033
commit bbc53de701

View File

@ -17,6 +17,6 @@ public class LoginRequest {
/** /**
* 来源1:小程序 2:h5 * 来源1:小程序 2:h5
*/ */
@NotEmpty(message = "错误请求", groups = {Login.class}) @NotNull(message = "错误请求", groups = {Login.class})
private Integer source; private Integer source;
} }