LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
LifePayment/LifePayment.Application/User/AccountService.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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;