切换日志组件

This commit is contained in:
egzosn
2021-05-30 20:51:16 +08:00
parent 0fb2b8dba9
commit d40efb21c5
17 changed files with 73 additions and 70 deletions

View File

@@ -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;
}