lingling
2025-03-18 a8409b967cebd8e629453a4b04ead4e390cc4d83
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;
        }