切换日志组件

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

@@ -528,7 +528,7 @@ public class PayPalPayService extends BasePayService<PayPalConfigStorage> implem
}
}
catch (UnsupportedEncodingException e) {
LOG.error(e);
LOG.error("", e);
}
}
params.put(name, valueStr);