-
-
异常错误 io.github.linpeilie.ConvertException
-
-
class AppConnect extends top.binfast.common.mybatis.bean.model.BaseModel implements
Serializable
-
序列化字段
-
appId
String appId
第三方系统id 1:微信小程序
-
bizUnionId
String bizUnionId
第三方系统unionid
-
bizUserId
String bizUserId
第三方系统userid
-
imageUrl
String imageUrl
第三方系统头像
-
nickName
String nickName
第三方系统昵称
-
sessionKey
String sessionKey
第三方系统sessionKey
-
sex
String sex
第三方系统性别
-
tenantId
Long tenantId
租户ID
-
userId
Long userId
本系统userId
-
class SysClient extends top.binfast.common.mybatis.bean.model.EmptyModel implements
Serializable
-
序列化字段
-
activeTimeout
Integer activeTimeout
token活跃超时时间
-
clientId
String clientId
客户端id
-
clientKey
String clientKey
客户端key
-
clientSecret
String clientSecret
客户端秘钥
-
deleted
Integer deleted
删除标志
-
deviceType
String deviceType
设备类型
-
grantType
String grantType
授权类型
-
status
Integer status
状态(0正常 1停用)
-
timeout
Integer timeout
token固定超时时间
-
-
-
-
-
序列化字段
-
password
@NotBlank(message="\u5bc6\u7801\u4e3a\u7a7a") @Length(min=5,max=20,message="\u5bc6\u7801\u957f\u5ea6\u8fc7\u77ed") String password
用户密码
-
username
@NotBlank(message="\u7528\u6237\u540d\u4e3a\u7a7a") String username
用户名
-
-
-
序列化字段
-
socialCode
@NotBlank(message="\u7b2c\u4e09\u65b9\u767b\u5f55\u5e73\u53f0[code]\u4e0d\u80fd\u4e3a\u7a7a") String socialCode
第三方登录code
-
socialState
@NotBlank(message="\u7b2c\u4e09\u65b9\u767b\u5f55\u5e73\u53f0[socialState]\u4e0d\u80fd\u4e3a\u7a7a") String socialState
第三方登录socialState
-
source
@NotBlank(message="\u7b2c\u4e09\u65b9\u767b\u5f55\u5e73\u53f0[source]\u4e0d\u80fd\u4e3a\u7a7a") String source
第三方登录平台
-