获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
string appId = "wxa5c3c5866e45e391"; string redirectUri = "http://oa.karynano.com/XTOA/CkUnionIdBing"; // 回调地址 string scope = "snsapi_userinfo"; // 如果需要获取用户信息,使用 snsapi_userinfo string authUrl = string.Format("https://open.weixin.qq.com/connect/oauth2/authorize?appid={0}&redirect_uri={1}&response_type=code&scope={2}&state=STATE#wechat_redirect", appId, HttpUtility.UrlEncode(redirectUri), scope); Response.Redirect(authUrl); // 跳转到微信授权页面
安卓手机 此公众号并没有这些scope的权限, 错误码:10005我用苹果手机都是正常的,但是用安卓或者华为的就会报10005 的错误
02-25如果和获取微信运营账户的充值记录
如何获取微信支付商户的账户余额和交易记录如何获取微信支付商户的账户余额和交易记录,有接口嘛?
2023-07-30