lingling
2025-03-18 a8409b967cebd8e629453a4b04ead4e390cc4d83
添加日志
1个文件已修改
2 ■■■ 已修改文件
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -119,7 +119,7 @@
        public async Task<int> AddLogger(LogErrorInput input)
        {
            Logger.LogError(input.Error);
            Logger.LogError("前端错误:" + input.Error);
            return Constant.SUCCESS;
        }