1.添加 web 端扫码登录功能

This commit is contained in:
2025-08-05 21:15:01 +08:00
parent 17e07e3985
commit 65c41326f4
16 changed files with 311 additions and 10 deletions

View File

@@ -23,5 +23,6 @@ public class UserModelVO {
private String token;
private Boolean newAccount;
private WxChatParam chatInfo;
private Boolean havaPassword;
private Integer mailVerification;
}