打印日志

This commit is contained in:
2023-09-13 15:15:44 +08:00
parent 6dc6e8ab05
commit ea71b3d01b

View File

@@ -150,7 +150,7 @@ public class PayController extends BaseController {
redisCache.unLock(lockKey);
}
}
logger.info("wechatpay支付订单 result:{}", JSONObject.toJSONString(response));
logger.info("支付订单接口 result:{}", JSONObject.toJSONString(response));
return response;
}