- 【拉取已授权的账号信息】接口获取不到对应小店的authorizer_refresh_token?
[https://api.weixin.qq.com/wxa/servicemarket/service/login_auth?access_token=85_RDXg6fJRE1kKZ9IVQmqykQSuUQ4hvEobEo2HXHnaWDggKQg8ctwVPNOiQtk8rJO2Ok-oKHrr9j2x4grbErIB2WmNXpbh5XyUZ4Jg5hEKvr7IIDT8DqSM01USmxgSCJeAEAVFM] 响应请求:{"order_id":3692003694716780548,"openid":"","appid":"wx6575d77f82e52724","service_id":3629915284678197249,"sku_id":"542764","spec_id":"免费试用","errcode":0,"errmsg":"ok"} 通过code调用【登录验证】接口换取订单信息,是可以看到处于免费试用状态,然后想获取到这个微信小店的token, [https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_list?access_token=85_RDXg6fJRE1kKZ9IVQmqykQSuUQ4hvEobEo2HXHnaWDggKQg8ctwVPNOiQtk8rJO2Ok-oKHrr9j2x4grbErIB2WmNXpbh5XyUZ4Jg5hEKvr7IIDT8DqSM01USmxgSCJeAEAVFM] 响应请求:{"total_count":5,"list":[{"authorizer_appid":"wx3f29430a6305bf1d","refresh_token":"refreshtoken@@@8HV1IWCkvN8mOLZNbHJGzbg_rkDQEajLb4zhVF5G3yE","auth_time":1728381535},{"authorizer_appid":"wx0a0683437b80e42e","refresh_token":"refreshtoken@@@N4LqcAPLLAbvx16wiIsWt7NkoZBtOrJTjg7FNHYTuxA","auth_time":1725367130},{"authorizer_appid":"wx0157edfd0a345ebe","refresh_token":"refreshtoken@@@h1opUeopSFTd53XHRbEejdVWFbZ82KfqAKXMPyhvIEk","auth_time":1689384594},{"authorizer_appid":"wx40047dc581b9ef08","refresh_token":"refreshtoken@@@c7Rg7tbbUdyaAAJI65fbSUKpt4-znrpaTzAJzrd3dG0","auth_time":1663669655},{"authorizer_appid":"wxaaa1359fae4ab076","refresh_token":"refreshtoken@@@j6h_2hVneZX2Z_4FPVYQcZr5394c1kccPGSYGgEe00o","auth_time":1663665180}]} 这边【拉取已授权的账号信息】接口,获取不到wx6575d77f82e52724这个用户的refresh_token?
10-23 - 视频号小店审核一直失败,具体是哪个url无法正常打开?
我们的服务url是可以正常打开的,但是好多次,审核都是说服务Url无法正常打开,具体是哪个url无法正常打开?
10-22 - 视频号小店授权服务商authorizer_refresh_token怎么获取?
[图片] 调用https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/authorization-management/getAuthorizerList.html 这个接口拉取视频号小店的授权信息,发现里面没有视频号小店的授权。 服务市场里面的视频号服务修改后,用户需要重新购买才能获取到授权嘛? 目前改如何处理才能获取到authorizer_refresh_token?
09-03 - 视频号小店如何授权服务商获取访问token?
https://mp.weixin.qq.com/cgi-bin/componentloginpage?component_appid=wxbad494540ec56b0c&redirect_uri=https://shop.jzm2c.com/login&auth_type=wechat_xd&pre_auth_code=preauthcode@@@SSZ1qSrDyUZstuuEJ5Qcwuto_7DEfJxLQQ3oSHPEmyMphRKsLKVxhXV3Rq_JtaJfJgf9snl0HffGB4MU33vcuA [图片] 这个是授权链接,如果想让视频号小店授权,应该是用哪个来扫码授权?
09-02 - 视频号小店测试授权时为什么报61009?
https://api.weixin.qq.com/cgi-bin/component/api_query_auth 调用的是这个接口 {"component_appid":"wxbad494540ec56b0c","authorization_code":"csugaqzfqvodugwimn","component_access_token":"83_*****************"} 报{"errcode":61009,"errmsg":"code is invalid rid: 66d12677-5c6b2f68-47e1d9a1"} authorization_code是视频号店点击去使用获取的,依照的是以下链接,不知道哪步不对? https://developers.weixin.qq.com/doc/oplatform/service_market/provider_guideline/enter_guideline/sph_enter_guideline.html
08-30