Skip to content

Commit 46e996b

Browse files
authored
fix: update webhook config field contents. (#165)
1 parent e29e1b2 commit 46e996b

44 files changed

Lines changed: 44 additions & 44 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/restapi/webhooks/group/applyJoinGroupBefore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http://www.example.com/callbackBeforeApplyMemberJoinGroupCommand?contenttype=jso
3434
| 参数 | 说明 |
3535
| --------------- | ------------------------------------------------- |
3636
| http | 请求协议为 HTTP,请求方式为 POST |
37-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
37+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3838
| CallbackCommand | 此处为:`callbackBeforeJoinGroupCommand` |
3939
| contenttype | 固定值为:JSON |
4040

docs/restapi/webhooks/group/createAfter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http://www.example.com/callbackAfterCreateGroupCommand?contenttype=json
3434
| 参数 | 说明 |
3535
| --------------- | ------------------------------------------------- |
3636
| http | 请求协议为 HTTP,请求方式为 POST |
37-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
37+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3838
| CallbackCommand | 此处为:`callbackAfterCreateGroupCommand` |
3939
| contenttype | 固定值为:JSON |
4040

docs/restapi/webhooks/group/createBefore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http://www.example.com/callbackBeforeCreateGroupCommand?contenttype=json
3434
| 参数 | 说明 |
3535
| --------------- | ------------------------------------------------- |
3636
| http | 请求协议为 HTTP,请求方式为 POST |
37-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
37+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3838
| CallbackCommand | 此处为:`callbackBeforeCreateGroupCommand` |
3939
| contenttype | 固定值为:JSON |
4040

docs/restapi/webhooks/group/disMissGroupAfter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ http://www.example.com/callbackAfterUngroupCommand?contenttype=json
3535
| 参数 | 说明 |
3636
| --------------- | ------------------------------------------------- |
3737
| http | 请求协议为 HTTP,请求方式为 POST |
38-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
38+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3939
| CallbackCommand | 此处为:callbackAfterDisMissGroupCommand |
4040
| contenttype | 固定值为:JSON |
4141

docs/restapi/webhooks/group/groupMsgRead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http://www.example.com/callbackGroupMsgReadCommand?contenttype=json
3232
| 参数 | 说明 |
3333
| --------------- | ------------------------------------------------- |
3434
| http | 请求协议为 HTTP,请求方式为 POST |
35-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
35+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3636
| CallbackCommand | 此处为:`callbackAfterGroupMsgReadCommand` |
3737
| contenttype | 固定值为:JSON |
3838

docs/restapi/webhooks/group/inviteJoinGroupBefore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ http://www.example.com/CallbackBeforeInviteMemberJoinGroupCommand?contenttype=js
3535
| 参数 | 说明 |
3636
| --------------- | ------------------------------------------------- |
3737
| http | 请求协议为 HTTP,请求方式为 POST |
38-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
38+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3939
| CallbackCommand | 此处为:callbackBeforeInviteJoinGroupCommand` |
4040
| contenttype | 固定值为:JSON |
4141

docs/restapi/webhooks/group/joinGroupAfter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ http://www.example.com/CallbackAfterMemberJoinGroupCommand?contenttype=json
3838
| 参数 | 说明 |
3939
| --------------- | ------------------------------------------------- |
4040
| http | 请求协议为 HTTP,请求方式为 POST |
41-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
41+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
4242
| CallbackCommand | 此处为:`callbackAfterJoinGroupCommand` |
4343
| contenttype | 固定值为:JSON |
4444

docs/restapi/webhooks/group/killGroupMember.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http://www.example.com/kickGroupMemberCommand?contenttype=json
3232
| 参数 | 说明 |
3333
| --------------- | ------------------------------------------------- |
3434
| http | 请求协议为 HTTP,请求方式为 POST |
35-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
35+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3636
| CallbackCommand | 此处为:`callbackAfterKickGroupCommand` |
3737
| contenttype | 固定值为:JSON |
3838

docs/restapi/webhooks/group/memberJoinGroupBefore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ http://www.example.com/CallbackBeforeMembersJoinGroupCommand?contenttype=json
4242
| 参数 | 说明 |
4343
| --------------- | ------------------------------------------------- |
4444
| http | 请求协议为 HTTP,请求方式为 POST |
45-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
45+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
4646
| CallbackCommand | 此处为:`callbackBeforeMembersJoinGroupCommand` |
4747
| contenttype | 固定值为:JSON |
4848

docs/restapi/webhooks/group/quitGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http://www.example.com/quitGroupCommand?contenttype=json
3232
| 参数 | 说明 |
3333
| --------------- | ------------------------------------------------- |
3434
| http | 请求协议为 HTTP,请求方式为 POST |
35-
| www.example.com | configy.yaml 中的 callback.url 字段,域名或主机名 |
35+
| www.example.com | webhooks.yml 中的 url 字段,域名或主机名 |
3636
| CallbackCommand | 此处为:`callbackAfterQuitGroupCommand` |
3737
| contenttype | 固定值为:JSON |
3838

0 commit comments

Comments
 (0)