- 微信支付统一下单,返回系统错误system error
统一下单接口:https://api.mch.weixin.qq.com/pay/unifiedorder 调用的参数 <xml> <appid>wx571328b61dc13cf1</appid> <attach>22596622|0|61ae88|17</attach> <body><![CDATA[M20220524155]]></body> <mch_id>505770152</mch_id> <nonce_str>50982fb2f2cfa186d335310461dfa2be</nonce_str> <notify_url>http://jz.webportalpay.cn/mallpay_wxnotify.jsp</notify_url> <out_trade_no>M20220524155</out_trade_no> <product_id>123213</product_id> <sign>6A129C70FDAAD27BC31E767E4C50249C</sign> <spbill_create_ip>219.**.**.36</spbill_create_ip> <total_fee>1</total_fee> <trade_type>NATIVE</trade_type> </xml> 返回参数:{"return_code":"FAIL","return_msg":"system error"}
2022-05-24 - 分享产品到好物圈后,无法打开小程序
操作截图如下: [图片][图片][图片] 小程序appid:wx936eac39fc8460ee 分享到好物圈的代码: goodsRecommend: function () { let that = this; if (wx.openBusinessView) { wx.openBusinessView({ businessType: "friendGoodsRecommend", extraData: { product: { item_code: this.data.pinfo.id + "", title: this.data.pinfo.name, image_list: [this.data.pinfo.picPath], }, }, success: function (res) { }, fail: function (res) { console.error("friendGoodsRecommend err! res:" + JSON.stringify(res)); }, }); } } 请问是什么问题呢?是传参问题还是功能下架了?
2021-05-26 - 小程序多次审核失败提示,小程序服务核心功能无法完整体验,请完善服务功能后再提交代码审核,请问如何解?
审核失败的appId为:wxe408f00495c61f05
2019-11-26 - 小程序调用接口提交审核时,system error hint,怎么解决?
在调用 https://api.weixin.qq.com/wxa/commit?access_token=TOKEN 时,出现报错。返回信息为{"errcode":-1,"errmsg":"system error hint: [YoFz2a05203955]"},小程序的appid是:wxa2317e2696025dd3 [图片] 请问下这种个情况需要怎么解决呢?
2019-08-23