优化: 调整前端登录相关接口 (接口分离)

This commit is contained in:
TinyAnts
2023-03-14 12:07:40 +08:00
parent 44975bfd86
commit 1d0d314aee
40 changed files with 430 additions and 410 deletions

View File

@@ -19,7 +19,7 @@ public class UserAuth implements Serializable {
private Integer userId; // 用户Id
private String openid; // Openid
private String unionid; // Unionid
private Integer client; // 客户端类型: [1=微信小程序, 2=微信公众号, 3=手机H54=电脑PC, 5=苹果APP, 6=安卓APP]
private Integer terminal; // 客户端类型: [1=微信小程序, 2=微信公众号, 3=手机H54=电脑PC, 5=苹果APP, 6=安卓APP]
private Long createTime; // 创建时间
private Long updateTime; // 更新时间