- 微信现在改支付管理,那么支付流水在哪边看?微信支付的商户端没有看到
微信现在改支付管理,那么支付流水在哪边看?微信支付的商户端没有看到
2022-07-27 - 新上的 支付管理,支付回调地址如何设置呢?
旧的微信支付,请求接口时会有notify_url 参数,设置回调支付地址 新的支付管理, 没有这个参数了,那么回调支付地址如何设置,文档只写了参数格式 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/wxafunds/callback/create_order.html
2022-07-26 - 第三方发布设置隐私,通过接口上传报错,是因为什么原因?
调用接口: https://api.weixin.qq.com/cgi-bin/component/setprivacysetting?access_token=51_Gv96uQESI8-9itHf4MolS6aJqKPFg5Y3Zi8JRLwvnV0ZxdVd-A8ldbC0azWjtb7nXJBd6G78LSqitn-jtT3ZM6rXn4s8_co59pTkkGtQbXMRzVmLzl5-s_eyjd1QL1tvRtOUtm1OdVPdlStaCRTjAJAMBD array(2) { ["errcode"]=> int(48001) ["errmsg"]=> string(48) "api unauthorized rid: 61a486ad-08c43be2-4df7d94d" } [图片]
2021-11-29 - 已绑定但是小程序无法在开放平台第三方应用授权?component is not authorized
已绑定但是小程序无法在开放平台第三方应用授权?component is not authorizedcomponent is not authorized by this account, rid: 61a090ff-66430dfb-58eabf47反复检测以及打断点,appid没问题。
2021-11-26 - 如何解决openEnterpriseChat报错function is unsupported?
在小程序中嵌入H5页面,h5页面里通过jsapi调用openEnterpriseChat接口,报错fail function is unsupported。 引用了[图片] checkAPI openEnterpriseChat:ok 调用openEnterpriseChat 就会报function is unsupported代码片断: [图片] [图片] 将此方法放在agentConfig成功回调,也报相同错误
2021-11-03 - wx.miniProgram的errMsg: invokeMiniProgramAPI:ok"问题?
wx.config({ debug: true, appId: data.appId, timestamp: data.timestamp, nonceStr: data.nonceStr, signature: data.signature, jsApiList: ['updateAppMessageShareData', 'scanQRCode','updateTimelineShareData', 'addCard', 'chooseCard','getLocation','openLocation'], openTagList: ['wx-open-launch-weapp'] }); wx.miniProgram.navigateTo({url: '/pages/index/index'}); config:ok -正常 但是报了这个错,提示不是OK吗 errMsg: "invokeMiniProgramAPI:ok"
2020-11-04