使用场景: 使用 postMan 调用接口,删除企业微信标签成员。
token: 根据通讯录 corpseret 获取的Token。
接口:https://qyapi.weixin.qq.com/cgi-bin/tag/deltagusers?access_token=token
参数:{ "tagid": 3, "userlist":["suxin"]}
返回值:{ "errcode": 41017, "errmsg": "missing tagid, hint: .. https://open.work.weixin.qq.com/devtool/query?e=41017", "invalidparty": []}
问题描述:在postMan中返回41017,但是在开发者调试工具中相同参数可以删除成功。
您好,具体可以提供hint值看下