相同的代码去年还能跑沙箱,今天再运行沙箱环境就接口报错了。
请求信息如下(商户号已修改):
http 2021-02-24 16:15:54.852 [wx] request url: https://api.mch.weixin.qq.com/sandboxnew/pay/getsignkey, param:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xml>
<mch_id>12345678</mch_id>
<nonce_str>rVjMLwGmq7vX6/kFv3yZPw==</nonce_str>
<sign>6B76BFD913CFD94C83309E7E8DF32120</sign>
</xml>
返回结果:
<xml>
<return_code><![CDATA[FAIL]]></return_code>
<retmsg><![CDATA[输入请求参数xml格式错误]]></retmsg>
<retcode><![CDATA[1]]></retcode>
</xml>