校验机器人以及群主是否存在关系接口接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| robotWxNo | String | 必须 | cat20212816 | 机器人微信号 | |
| shopOwnerWxNos | String | 必须 | dpp365298383,wgy13998361194 | 群主微信号集合(用","分隔) |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Object | 返回结果 | |
|
{"robotWxNo":"cat20212816","shopOwnerWxNos":"dpp365298383,wgy13998361194"}
{
"result":{
"data":{
"robotAndGroupOwnerRelationList":[
{
"robotWxId":"wxid_80to0x6nzeio22",
"robotWxNo":"cat20212816",
"shopOwnerWxId":"wxid_xdjyh6ocxa1922",
"shopOwnerWxNo":"wgy13998361194"
}
]
},
"success":true,
"errorCode":"200",
"errorMessage":"获取数据成功"
}
}
{"result":{"success":"不等于true","errorMessage":"Illegal request","errorCode":"sign-check-failure"}}
| 错误码 | 错误描述 | 解决方案 |
|---|