- 国内支付和国际支付
在开发上, 对接国内的微信和国际版的微信有什么区别么
2020-12-07 - 香港接口对接
官网提供的三个接口都试过了, 都是返回 <暂不支持该商户使用本api接口>, 以下为请求信息, 请问是什么问题呢 <?xml version="1.0" encoding="UTF-8"?> <xml> <nonce_str>39eed7169e8c42bda8eb9e8a14769340</nonce_str> <sign>67B6C8D987B7B443CF2739393D8F0467E5019A4B45C02B5DBE8CE09ECF835DED</sign> <fee_type>CNY</fee_type> <mch_id>1242*****</mch_id> <body>欢迎使用微信充值</body> <notify_url>https://crm.fanhuagroup.net/wxPay/unifiedorderNotify</notify_url> <spbill_create_ip>192.168.110.***</spbill_create_ip> <out_trade_no>202012021316372315</out_trade_no> <appid>wx6b49e99a********</appid> <total_fee>1</total_fee> <product_id>00001</product_id> <trade_type>NATIVE</trade_type> <sign_type>HMAC-SHA256</sign_type> </xml>
2020-12-02