根据机器人编号、详情编号获取入群欢迎配置详情信息
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/getbotwelcomedetail?botid={botid}&detailid={detailid}&appkey={appkey}&clienttime={clienttime}&signature={signature}
请求信息
URI 参数
参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
botid |
机器人编号 |
string |
必填 |
detailid |
配置详情id |
string |
必填 |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
Body 参数
暂无.
返回结果
结果描述
根据机器人编号、详情编号获取入群欢迎配置详情信息
ApiResultOfmarket_wxbot_groupruleModel参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
data | market_wxbot_groupruleModel |
暂无. |
|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "data": { "id": "sample string 1", "botId": "sample string 2", "joinReply": "sample string 3", "enable": 1, "userId": "sample string 4", "autoinviteGroup": "sample string 5", "groupName": "sample string 6", "name": "sample string 7", "createTime": "2024-12-22 00:12:07", "updateTime": "2024-12-22 00:12:07", "enableAt": 8, "enableAtBot": 9 }, "success": 1, "msg": "sample string 2" }