收藏
回答

微信 付款码支付,一直报错 传入了不支持的参数`["/body/xml/time_end"]



body 就是传了 'test',很奇怪

请求的接口:https://api.mch.weixin.qq.com/pay/micropay

<xml>
<appid>xxx</appid>
<mch_id>xxx</mch_id>
<device_info>3302871</device_info>
<body>test</body>
<nonce_str>xxx</nonce_str>
<sign>xxx</sign>
<out_trade_no>000002</out_trade_no>
<total_fee>1</total_fee>
<spbill_create_ip>172.17.190.22</spbill_create_ip>
<time_end>20230116231608</time_end>
<auth_code>xxx</auth_code>
</xml>

实在看不出来 body 和 time_end 怎么就不支持了

最后一次编辑于  2023-01-16
回答关注问题邀请回答
收藏

1 个回答

  • Memory (私信不回复)
    Memory (私信不回复)
    2023-01-16

    “time_end”是支付完成时间,你再认真看看文档这字段可以在请求时传的?

    2023-01-16
    有用 1
    回复
登录 后发表内容