获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 一个字一个字核对,实在是检查不出来,错在哪了?
const [REDIRECT_URI] = useState(encodeURIComponent("https://www.danghe.live/index.html")); const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${'wx61430451e4bbefe4'}&redirect_uri=${REDIRECT_URI}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`; window.location.href = url; [图片] [图片]
2023-12-28 - 用支付平台的签名工具,获取的串会改变么?release包一直报开放平台填写的签名不对
调起支付,提示签名错误,但是和微信开放后台对比,和微信官方提供的签名工具多次核对,都是一致的。
2023-11-07