今天突然出现了这个问题,不能支付 <xml> <appid>xxxxx</appid> <mch_id>xxxxx</mch_id> <nonce_str>Bdw2lLbUBfdVwMDQ</nonce_str> <sign>5A10E154D77BDEDDB7C74B055D8715BB</sign> <body>滇钰冰泉-订水商品</body> <notify_url>https://yds.qiesongshui.com/water-api/pay/weixin/wxGzhNotify</notify_url> <openid>oCDSd55UEGNARY3sEJIUZORW4H-A</openid> <out_trade_no>SO2022112900029</out_trade_no> <spbill_create_ip>27.18.225.210</spbill_create_ip> <total_fee>3600</total_fee> <trade_type>JSAPI</trade_type> <auth_code></auth_code> </xml> 【微信统一支付】发起支付, returnCode != SUCCESS, returnMsg = 请求中含有未在API文档中定义的参数 java.lang.RuntimeException: 【微信统一支付】发起支付, returnCode != SUCCESS, returnMsg = 请求中含有未在API文档中定义的参数
旧版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