We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 131c77c + c83b370 commit 5d2aac2Copy full SHA for 5d2aac2
docs/product/easemob_user_token.md
@@ -84,7 +84,7 @@ POST https://{host}/{org_name}/{app_name}/token
84
| 字段 | 类型 | 描述 |
85
| :-------------- | :----- | :---------------- |
86
| `access_token` | String | 有效的用户 token。 |
87
-| `expires_in` | Long | token 有效期,单位为秒。有效期内无需重复获取。<br/> 注意:VIP 5 集群该参数单位为毫秒。// TODO:第二句是什么意思? |
+| `expires_in` | Long | token 有效期,单位为秒。有效期内无需重复获取。<br/> 注意:VIP 5 集群该参数单位为毫秒。|
88
| `user` | JSON | 用户相关信息。 |
89
| `user.uuid` | String | 用户的 UUID。即时通讯服务为该请求中的 app 或用户生成的唯一内部标识,用于生成用户 token。 |
90
| `user.type` | String | 对象类型,无需关注。 |
0 commit comments