获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
退款失败异常 = 404查询退款成功{"code":"RESOURCE_NOT_EXISTS","message":"退款单不存在"}
微信退款查询接口,所有参数按照文档传入了,报错 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