mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-08 03:56:48 +08:00
切换日志组件
This commit is contained in:
@@ -148,7 +148,7 @@ public class WxPayService extends BasePayService<WxPayConfigStorage> implements
|
||||
return signVerify(params, (String) params.get(SIGN));
|
||||
}
|
||||
catch (PayErrorException e) {
|
||||
LOG.error(e);
|
||||
LOG.error("", e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user