第三方平台appid:wxd7ca94efe4420adb
第一步,添加客服账号
调用添加客服账号接口:https://api.weixin.qq.com/customservice/kfaccount/add?access_token=ACCESS_TOKEN
access_token是通过第三方平台的component_verify_ticket换取的component_access_token,
请求参数[AddCustomAccountParams(kf_account=sjxd@gh_3c884a361561, nickname=手机消毒小能手, password=zaq12wsx)], 返回结果[{"errcode":48001,"errmsg":"api unauthorized rid: 5f258a6f-3f888442-7f22e18c"}]
请问是什么原因呢?第三方平台全网发布时,需要测试微信客服消息功能,但开发测试时碰到了这样的问题,查了好久也没查出原因,请帮忙解决一下,谢谢啦!
你好,请使用authorizer_access_token,不是component_access_token哈。https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_authorizer_token.html