Skip to content

Commit 85e19a9

Browse files
authored
fix: callback after register user remove secret (#211)
1 parent a70d709 commit 85e19a9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/restapi/webhooks/user/userRegisterAfter.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ App 业务服务端可以通过该回调获取用户注册的请求,App 后台
3737
```json
3838
{
3939
"callbackCommand": "callbackAfterUserRegisterCommand",
40-
"secret": "YourSecretKey",
4140
"users": {
4241
"userID": "user123",
4342
"nickname": "John Doe",
@@ -55,7 +54,6 @@ App 业务服务端可以通过该回调获取用户注册的请求,App 后台
5554
| 字段 | 类型 | 描述 |
5655
| ---------------- | ------ | ------------------------------------ |
5756
| callbackCommand | string | 回调命令,这里是用户用户注册后的回调 |
58-
| secret | string | 用于验证的密钥 |
5957
| users | object | 用户信息对象 |
6058
| userID | string | 用户的唯一标识符 |
6159
| nickname | string | 用户的昵称 |

i18n/en/docusaurus-plugin-content-docs-restapi/current/webhooks/user/userRegisterAfter.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ https://callbackurl?command=$UserRegisterCommand&contenttype=json
4141
```json
4242
{
4343
"callbackCommand": "userRegisterAfterCommand",
44-
"secret": "YourSecretKey",
4544
"users": {
4645
"userID": "user123",
4746
"nickname": "John Doe",
@@ -59,7 +58,6 @@ https://callbackurl?command=$UserRegisterCommand&contenttype=json
5958
| Field | Type | Description |
6059
|--------------------|---------|-----------------------------------|
6160
| callbackCommand | string | Callback command, here for post-user registration callback. |
62-
| secret | string | Secret key for verification. |
6361
| users | object | User information object. |
6462
| userID | string | Unique identifier of the user. |
6563
| nickname | string | Nickname of the user. |

0 commit comments

Comments
 (0)