Explorar el Código

fix pay v3

formao-live
zhengfangyuan hace 2 años
padre
commit
2b66930cbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java

+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java Ver fichero

@@ -152,7 +152,7 @@ public class WxPayServiceApacheHttpImpl extends BaseWxPayServiceImpl {
throw convertException(jsonObject);
}
} catch (Exception e) {
this.log.error("\n【请求地址】:{}\n【请求数据】:{}\n【异常信息】:{}", url, requestStr, e.getMessage());
this.log.error("\n【请求地址】:{}\n【请求数据】:{}\n【Wechatpay-Serial】:{}\n【异常信息】:{}", url, requestStr,serialNumber, e.getMessage());
e.printStackTrace();
throw (e instanceof WxPayException) ? (WxPayException) e : new WxPayException(e.getMessage(), e);
} finally {


Cargando…
Cancelar
Guardar