添加客服报 65401 invalid custom service account
文档地址 https://developers.weixin.qq.com/doc/offiaccount/Customer_Service/Customer_Service_Management.html 步骤1:使用/customservice/kfaccount/add?access_token=ACCESS_TOKEN 发起post请求 请求体
{
"kf_account": "wxxcx@微信号",
"nickname": "昵称"
}
响应
{"errcode":0,"errmsg":"ok"}
步骤2(问题1):此时查询 /customservice/getkflist?access_token=ACCESS_TOKEN 客服列表中并未出现添加的微信 步骤3(问题2):使用/customservice/kfaccount/inviteworker?access_token=ACCESS_TOKEN 邀请绑定客服 直接报 65401 错误 请求体
{
"kf_account": "wxxcx@微信号",
"invite_wx": "微信号"
}
响应
{"errcode":65401,"errmsg":"invalid custom service account hint: [XGmEc.YMe-a.D8hA] rid: 61765325-1fb1ae77-661a596d"}
7月份左右直接调用邀请绑定客服 是成功的 能正常使用(未在调用绑定客服前调用添加客服)