1.微信用户登录添加 token

This commit is contained in:
2025-08-05 15:52:14 +08:00
parent 3106d787da
commit 17e07e3985
2 changed files with 7 additions and 1 deletions

View File

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