输入的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>
EntityUtils.toString(entity, "UTF-8"); 接收微信返回的response尝试设置一下编码