同问
怎么根据服务商id查出所有绑定子商户sub_mch_id?如题
2020-10-30你好,解决了吗
统一下单,提示缺少参数URL:https://api.mch.weixin.qq.com/pay/unifiedorder [图片] url和参数,必传的参数都传了,还是提示缺少参数 [图片]
2020-10-29EntityUtils.toString(entity, "UTF-8"); 接收微信返回的response尝试设置一下编码
统一下单 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>
2020-10-29