- 旧版jsapi支付,突然出现支付错误 请求中含有未在API文档中定义的参数
https://api.mch.weixin.qq.com/pay/unifiedorder 请求参数 <xml> <attach/> <body>费用支付</body> <detail/> <appid>xxxx</appid> <mch_id>xxx</mch_id> <nonce_str>JGAGLZCX90U6</nonce_str> <sign>xxx</sign> <sign_type/> <return_code/> <return_msg/> <result_code/> <err_code/> <err_code_des/> <time_start>20221129104928</time_start> <time_end/> <time_expire>20221129111933</time_expire> <device_info/> <openid>xxxx</openid> <trade_type>JSAPI</trade_type> <total_fee>5800</total_fee> <fee_type/> <out_trade_no>202211291049286831aYWzc</out_trade_no> <sub_mch_id/> <sub_appid/> <sub_openid/> <spbill_create_ip>xxxx</spbill_create_ip> <goods_tag/> <limit_pay/> <product_id/> <notify_url>http</notify_url> </xml>
2022-11-29 - NodeJS 服务端转存图片报media data missing hint, 什么原因呢?
需求是想将远程图片转存至微信永久素材里,目前图片下载没问题,但是上传至微信的时候报41005的错 {"errcode":41005,"errmsg":"media data missing hint: xxxxx "} 代码如下(🙏 望大神解惑~): [图片]
2020-12-05 - 返回消息是invalid api info rid?
{"errcode":9301008,"errmsg":"invalid api info rid: 5f810ac3-270518ad-6be70357"} 请问是否有人遇到过
2020-10-10 - 上传小程序代码api,报了80082错误(没有权限使用该插件),请问有人遇到过么?
上传小程序代码api,报了80082错误(没有权限使用该插件),但是我代码里面没有使用到插件,请问有人知道是什么问题么
2020-06-15