sunpengfei
2025-06-09 8c62d16c70c77e9c8b4e791e3c7e32003219ed19
LifePayment/LifePayment.Application/User/AccountService.cs
@@ -102,7 +102,8 @@
            {
                Name = s.ChannlesName,
                ChannlesId = s.Id,
                ChannlesNum = s.ChannlesNum
                ChannlesNum = s.ChannlesNum,
                SwitchType = s.SwitchType,
            }).ToListAsync();
            BackClientUserInfoOutput result = new BackClientUserInfoOutput()
@@ -162,7 +163,8 @@
                {
                    Name = s.ChannlesName,
                    ChannlesId = s.Id,
                    ChannlesNum = s.ChannlesNum
                    ChannlesNum = s.ChannlesNum,
                    SwitchType = s.SwitchType,
                }).ToListAsync();
            }
@@ -194,7 +196,8 @@
                {
                    Name = s.ChannlesName,
                    ChannlesId = s.Id,
                    ChannlesNum = s.ChannlesNum
                    ChannlesNum = s.ChannlesNum,
                    SwitchType = s.SwitchType,
                }).ToListAsync();
            }