zhengyiming
2025-03-31 992a7f9c6d28587eabe1314df64668e657b46faf
fix:s
2个文件已修改
3 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/User/AccountService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1186,6 +1186,8 @@
    /// </summary>
    public bool IsBackClientUser { get; set; }
    public bool IsSystem { get; set; }
    /// <summary>
    /// 渠道号
    /// </summary>
LifePayment/LifePayment.Application/User/AccountService.cs
@@ -108,6 +108,7 @@
            BackClientUserInfoOutput result = new BackClientUserInfoOutput()
            {
                IsBackClientUser = CurrentUser.ClientId == Constant.ClientType.Back,
                IsSystem = CurrentUser.IsSystem,
                ChannleList = channleList
            };
            return result;