腾讯云OPENCLAW,只能配置1个QQ机器人么,是否可以配置多个?
以下是代码,测试不通过,望大神指导下
"channels": {
"wecom": {
"enabled": true
},
"qqbot": {
"enabled": true,
"appId": "102858457",
"clientSecret": "zEUl2KcvEYsDYuH7******999" //主机器人
},
"qqbot2": {
"enabled": true,
"appId": "102860223",
"appSecret": "j8XxNoFh9c5Z3Y7******999" //1号机器
},
"qqbot3": {
"enabled": true,
"appId": "102863926",
"appSecret": "EWp8Sn8UrE7******999" // 2号机器
},
"qqbot4": {
"enabled": true,
"appId": "102863928",
"appSecret": "P2gKzeK0hP7******999" // 3号机器
}
},
相似问题