大佬,我也碰到了,我是时不时出现这个问题
IP地址非你在商户平台设置的可用IP地址你好,现在开发微信公众号发现金红包功能,在接口调试过程中报错。 我们这边有个特殊情况,我们是通过调用亚博松公司提供的发红包接口,亚博松再调用微信的发红包功能,在我们商户后台设置了允许调用的IP为亚博松对外出口IP,但是返回的是IP地址非你在商户平台设置的可用IP地址。 我们也修改过商户后台配置的IP为公司外网IP,也是不行。希望能给指明方向。 下面如入参和出参 微信APP下单接口提交信息: <xml> <nonce_str>f7b8a0b0253411e94355f1b37b0a0924</nonce_str> <act_name>活动名称</act_name> <scene_id>PRODUCT_4</scene_id> <sign>B11AC769DE6A0585494F39F351138789</sign> <remark>新年红包!</remark> <wishing>过年红包</wishing> <mch_id>1343239101</mch_id> <wxappid>wx5b048de7a35fd764</wxappid> <mch_billno>12324553333333222</mch_billno> <re_openid>oaB0BuJYLidWjAp5hLojNHw4gWn8</re_openid> <total_amount>100</total_amount> <send_name>红包</send_name> <total_num>1</total_num> <client_ip>121.43.96.217</client_ip> </xml> 出参是: end发送红包返回:<xml><err_code>NO_AUTH</err_code><err_code_des>IP地址非你在商户平台设置的可用IP地址</err_code_des><mch_billno>12324553333333222</mch_billno><mch_id>1236228802</mch_id><re_openid>oaB0BuJYLidWjAp5hLojNHw4gWn8</re_openid><result_code>FAIL</result_code><return_code>SUCCESS</return_code><return_msg>IP地址非你在商户平台设置的可用IP地址</return_msg><total_amount>100</total_amount><wxappid>wx33724bfa8765420d</wxappid><sign>8E30B7679E58410904A7834AB507F538</sign></xml>
2020-08-14