本来报签名错误。我加了这个代码后。
String sign =APIV3Util.getToken("POST",url,reqdata,mchId,mchSerialNo,keyPath);String authorization = "WECHATPAY2-SHA256-RSA2048"+" "+sign;
httpPost.addHeader("Authorization", authorization);
全部报:<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>
愁死了
是平台证书我用的商务证书。这个坑有点大
demo在哪?我用的也是demo但是也报错啊
你好,建议用postman,进行逐步调试。调试通了以后再直接复制过去就好。