- 不知道为什么会报错 400 Bad Request [Server: nginx?
HttpResponseProxy{HTTP/1.1 400 Bad Request [Server: nginx, Date: Tue, 14 May 2024 08:38:08 GMT, Content-Type: application/json; charset=utf-8, Content-Length: 222, Connection: keep-alive, Keep-Alive: timeout=8, Cache-Control: no-cache, must-revalidate, X-Content-Type-Options: nosniff, Request-ID: 08F0C58CB20610CD04189CBCC0552084960828B8F101-268435461, Content-Language: zh-CN] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 222,Chunked: false]}} 求助不知道是哪里报错了,前几天还正常今天突然不行了,接口是这个 /v3/pay/transactions/native
05-14 - 微信退款查询接口,所有参数按照文档传入了,报错 404订单不存在?
HttpGet httpGet = new HttpGet(wxPayConfig.getDomain().concat("/v3/refund/domestic/refunds").concat("/").concat(orderNo)); httpGet.setHeader("Accept","application/json"); //完成签名并执行请求 CloseableHttpResponse response = WxPayClient.execute(httpGet); 退款查询接口 /v3/refund/domestic/refunds/订单号
04-30 - native下单,生成的二维码超时了,需要先关闭订单然后再去申请新的二维码吗?
如果不关闭原来超时的二维码,直接去申请新的支付二维码有什么影响吗? [图片]
04-17