Skip to content

Commit 5d2aac2

Browse files
authored
Merge pull request #1359 from haoxiuwen/doc-v2
Modify Easemob User Token
2 parents 131c77c + c83b370 commit 5d2aac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/easemob_user_token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ POST https://{host}/{org_name}/{app_name}/token
8484
| 字段 | 类型 | 描述 |
8585
| :-------------- | :----- | :---------------- |
8686
| `access_token` | String | 有效的用户 token。 |
87-
| `expires_in` | Long | token 有效期,单位为秒。有效期内无需重复获取。<br/> 注意:VIP 5 集群该参数单位为毫秒。// TODO:第二句是什么意思? |
87+
| `expires_in` | Long | token 有效期,单位为秒。有效期内无需重复获取。<br/> 注意:VIP 5 集群该参数单位为毫秒。|
8888
| `user` | JSON | 用户相关信息。 |
8989
| `user.uuid` | String | 用户的 UUID。即时通讯服务为该请求中的 app 或用户生成的唯一内部标识,用于生成用户 token。 |
9090
| `user.type` | String | 对象类型,无需关注。 |

0 commit comments

Comments
 (0)