添加或修改入群欢迎配置
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/savebotwelcome
请求信息
URI 参数
暂无参数
Body 参数
SaveBotWelcomeModel参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
detailid |
详情编号,该字段不传递则表示新建 |
string |
暂无. |
botid |
机器人编号 |
string |
必填 |
joinreply |
入群欢迎,中文需要转义后发送 |
string |
必填 |
enable |
是否启用:1表示启用,0关闭,默认为1 |
integer |
暂无. |
autoinvitegroup |
指定群组groupId,不传则表示对机器人所有群组可用,多个群组用英文逗号分隔 |
string |
暂无. |
groupname |
指定群组名称,不传则表示对机器人所有群组可用 |
string |
暂无. |
name |
配置名称 |
string |
必填 |
enableat |
是否启用回复时艾特用户:1表示启用,0关闭,默认为1 |
integer |
暂无. |
enableatbot |
是否启用必须艾特机器人触发回复:1表示启用,0关闭,默认为1 |
integer |
暂无. |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
请求参数
application/json, text/json
示例:
{ "detailId": "sample string 1", "botId": "sample string 2", "joinReply": "sample string 3", "enable": 1, "autoinviteGroup": "sample string 4", "groupName": "sample string 5", "name": "sample string 6", "enableAt": 7, "enableAtBot": 8, "AppKey": "sample string 9", "ClientTime": 10, "Signature": "sample string 11" }
返回结果
结果描述
添加或修改入群欢迎配置
ApiResult参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "success": 1, "msg": "sample string 2" }