- urlscheme.generateNFC 创建提示schema已存在?
错误返回{"errcode":9800010,"errmsg":"schema已存在 urlscheme.generateNFC 接口文档errcode 的合法值并没有9800010,请问schema只能生成一次嘛?我这边有个业务场景,不同的商家生成不同的 NFC 的小程序 scheme 码,生成的scheme 码还需要带一些参数
2022-08-29 - 微信运动?
1、微信运动是否有服务端接口,可以自动获取用户运动步数 说明:我的需求:我这边有个微信小程序,服务端需要主动获取用户的运动步数,然后排名显示在我的小程序里面 以下是微信的API,没找到服务端的接口 https://developers.weixin.qq.com/miniprogram/dev/api/open-api/werun/wx.getWeRunData.html
2022-04-06 - 普通商户对接付款到零钱返回CA_ERROR 证书出错,请登录微信支付商户平台下载证书
付款到零钱接口:https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers 1、windows已经安装证书,感觉我的证书没有错啊, 2、重新生成了证书还是这个提示 3、请问有没有遇到过这个问题了,或者有SDK共享下 [图片]
2022-04-01 - 微信网页开发-网页授权--第一步:用户同意授权,获取code,一直处于登录中?
[图片] 接口文档: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 我代码中写的跳转地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871021#wechat_redirect 实际微信公众号中复制链接的地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871855&uin=&key=&version=63030037 网页授权的scope是 snsapi_userinfo 为什么会这样?我应该怎么解决? [图片] [视频]
2021-08-14 - 微信网页开发-网页授权--第一步:用户同意授权,获取code,一直处于登录中?
[图片] 接口文档: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 我代码中写的跳转地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871021#wechat_redirect 实际微信公众号中复制链接的地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx48526b8d399b7526&redirect_uri=https%3a%2f%2fapi.eryuxinli.com%2fwechat%2fcallback&response_type=code&scope=snsapi_userinfo&state=1628871855&uin=&key=&version=63030037 网页授权的scope是 snsapi_userinfo 为什么会这样?我应该怎么解决? [图片] [视频]
2021-08-13