收藏
回答

统一下单 return_msg 乱码 return_code=FAIL 不知道是什么原因?

输入的xml字符串

<xml>

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

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

  <nonce_str>ddb1d28422f0466ebe14b1c5d8add6b4</nonce_str>

  <sign>10E339DC46B88157C25EED13CC6F0BFF</sign>

  <body>报名费</body>

  <out_trade_no>15904095825</out_trade_no>

  <total_fee>1</total_fee>

  <spbill_create_ip>127.0.0.1</spbill_create_ip>

  <notify_url>http://1s7p978583.iok.la/wxpay/notify.action</notify_url>

  <trade_type>NATIVE</trade_type>

  <fee_type>GBP</fee_type>

</xml>

API接口地址:https://api.mch.weixin.qq.com/pay/unifiedorder

返回的xml字符串 <xml><return_code><![CDATA[FAIL]]></return_code><return_msg><![CDATA[绛惧悕閿欒]]></return_msg></xml>

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

1 个回答

  • hold me
    hold me
    2020-10-29
    EntityUtils.toString(entity, "UTF-8");
    接收微信返回的response尝试设置一下编码
    
    2020-10-29
    有用
    回复
登录 后发表内容
问题标签