File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: beta
55未特别说明情况下请求域名均为 ` https://chat-go.jwzhd.com `
66没写请求/响应项目表示不需要相关参数.
77
8- ## 获取机器人订阅配置信息
8+ ## 获取机器人事件订阅配置
99
1010POST /v1/event/list
1111
@@ -32,13 +32,13 @@ POST /v1/event/list
3232 " list" : {
3333 " id" : 123 , // 列表ID
3434 " botId" : " 123" , // 机器人ID
35- " messageReceiveNormal" : 1 , // 推送普通信息 ,0-不推送,1-推送
36- " messageReceiveInstruction" : 1 , // 推送指令信息 ,0-不推送,1-推送
37- " groupJoin" : 0 , // 未知
38- " groupLeave" : 0 , // 未知
39- " botFollowed" : 0 , // 未知
40- " botUnfollowed" : 0 , // 未知
41- " botSetting" : 0 , // 机器人设置 ,0-未进行过机器人设置,0-进行过机器人设置
35+ " messageReceiveNormal" : 1 , // 推送普通信息事件 ,0-不推送,1-推送
36+ " messageReceiveInstruction" : 1 , // 推送指令信息事件 ,0-不推送,1-推送
37+ " groupJoin" : 0 , // 推送加入群事件,0-不推送,1-推送
38+ " groupLeave" : 0 , // 推送退出群事件,0-不推送,1-推送
39+ " botFollowed" : 0 , // 推送关注机器人事件,0-不推送,1-推送
40+ " botUnfollowed" : 0 , // 推送取关机器人事件,0-不推送,1-推送
41+ " botSetting" : 0 , // 推送机器人信息设置事件 ,0-不推送,1-推送
4242 " del_flag" : 0 // 删除flag标签
4343 }
4444 },
You can’t perform that action at this time.
0 commit comments