打印日志

This commit is contained in:
2023-07-11 08:32:02 +08:00
parent 251f459706
commit 904bb5fbee

View File

@@ -351,7 +351,7 @@ public class PayController extends BaseController {
try {
orderService.adapayCallback(request);
String type = request.getParameter("type");
logger.info("汇付回调type:{}", type);
logger.info("1汇付回调type:{}", type);
} catch (Exception e) {
logger.error("汇付支付回调失败 error", e);
}