new User()
- 推荐使用
JSON
格式构建, 非JSON
格式的话, Web端会正常接收, 但是会被其它端丢弃
Properties:
Name | Type | Description |
---|---|---|
account |
String | 账号 |
nick |
String | 昵称 |
avatar |
String | 头像 |
sign |
String | 签名 |
gender |
String | |
email |
String | 邮箱 |
birth |
String | 生日 |
tel |
String | 电话号码 |
custom |
String | 扩展字段 |
createTime |
Long | 创建时间 |
updateTime |
Long | 更新时间 |
Members
-
<static, readonly> gender :String
-
性别
'unknown'
(未知)'male'
(男)'female'
(女)
Type:
- String