diff --git a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx
index 8a13c329c..bd99f184f 100644
--- a/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx
+++ b/cn/docs/sdk/tapdb/sdk/client-side-integration.mdx
@@ -411,7 +411,7 @@ TapTapEvent.SetUserID(userId, properties);
| 字段 | 可为空 | 说明 |
|------------|-----|---------------------------------------------------------------------------------------|
-| userId | 否 | 账号的唯一字符串,字符串长度不大于 256,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)
开发者需要保证不同账号的 `userId` 均不相同。 |
+| userId | 否 | 账号的唯一字符串,字符串长度不大于 160,只能包含数字、大小写字母、下划线(`_`)、短横(`-`)、加号(`+`)、正斜线(`/`)、等号(`=`)、英文句号(`.`)、英文逗号(`,`)、英文冒号(`:`)
开发者需要保证不同账号的 `userId` 均不相同。 |
| properties | 是 | 账号登录( `user_login` )的事件属性 |
>