获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 公众号获取用户发票抬头失败是什么原因?
获取用户抬头(方式一):获取商户专属二维码,立在收银台接口说明商户调用接口,获取链接,将链接转成二维码,用户扫码,可以选择抬头发给商户。 请求格式URL:https://api.weixin.qq.com/card/invoice/biz/getselecttitleurl?access_token={access_token} 请求方法:POST 协议:HTTPS 使用该接口返回 { "errcode": 61007, "errmsg": "api is unauthorized to component hint: [5LHBqa03370608]" }
01-02 - 第三方平台代公众号发起网页授权,用的是snsapi_userinfo, 没有授权框弹出是什么原因?
第三方平台代公众号发起网页授权,用的是snsapi_userinfo的scope, 没有授权框弹出并且可以拿到union_id, 是什么原因? https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxxxxxxxx&redirect_uri=xxxxxxx&response_type=code&scope=snsapi_userinfo&state=xxxxx&component_appid=xxxxxxx#wechat_redirect
2023-05-23