收藏
回答

java后台调用统一下单提示:请确认请求参数是否正确total_fee?

我参数 我认为都是对的呢 为什么会提示这个

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<xml>

<nonce_str>2WXR0arm6GKBhTpkocgG2i1tXxUAT3X7</nonce_str>

<openid>oPR7T5PFjcfgugIu2abQG6ijQGV4</openid>

<sign>FC9A06573919D2B449CCD05DD03E9839</sign>

<fee_type>CNY</fee_type>

<body>xxx-测试商品</body>

http://wxpay.wxutil.com/pub_v2/pay/notify.v2.php

<mch_id>********</mch_id>

<spbill_create_ip>123.12.12.110</spbill_create_ip>

<out_trade_no>1548692841201908092216295058</out_trade_no>

<total_fee>3.01</total_fee>

<appid>********</appid>

<trade_type>NATIVE</trade_type>

<detail>desc</detail>

<sign_type>MD5</sign_type>

</xml>


回答关注问题邀请回答
收藏

1 个回答

  • 猎人
    猎人
    2019-08-09

    1、交易金额

    交易金额默认为人民币交易,接口中参数支付金额单位为【分】,参数值不能带小数。对账单中的交易金额单位为【元】。 

    外币交易的支付金额精确到币种的最小单位,参数值不能带小数点。 

    https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=4_2

    2019-08-09
    有用 1
    回复
登录 后发表内容
问题标签