后端语言:php
请求方式:curl
请求xml数据:<xml><mch_id>1606800784</mch_id><sub_mch_id>1611096433</sub_mch_id><appid>wx906164d700b33440</appid><nonce_str>2imu9b08p7p0u13hytx9y3vkj24spfyt</nonce_str><sign_type>HMAC-SHA256</sign_type><transaction_id>4200001220202107105646244541</transaction_id><out_order_no>16259270859539200</out_order_no><receivers>[{"type":"PERSONAL_OPENID","account":"oooZy5T84UgBMYBY9NJYANxStKIg","amount":4,"description":"商家合伙人结算"},{"type":"PERSONAL_OPENID","account":"oooZy5S686YN4wkrJgi5hufhTp3o","amount":10,"description":"商家合伙人结算"}]</receivers><sign>0A3C14FB032E89245DEFE7821350D5F757FB5068B7F2401DFBECA2CAF996833B</sign></xml>
返回结果:Empty reply from server
这是你本地代码问题,非微信接口返回报错
应该是请求方式使用不当,可以百度看向这个返回结果的处理方式。