mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-31 22:19:35 +08:00
优化: 调整前端登录相关接口 (接口分离)
This commit is contained in:
@@ -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=手机H5;4=电脑PC, 5=苹果APP, 6=安卓APP]
|
||||
private Integer terminal; // 客户端类型: [1=微信小程序, 2=微信公众号, 3=手机H5;4=电脑PC, 5=苹果APP, 6=安卓APP]
|
||||
private Long createTime; // 创建时间
|
||||
private Long updateTime; // 更新时间
|
||||
|
||||
|
||||
Reference in New Issue
Block a user