|  |  | 
 |  |  | using System; | 
 |  |  | using System.Collections.Generic; | 
 |  |  | using System.Threading.Tasks; | 
 |  |  | using Volo.Abp; | 
 |  |  | using Volo.Abp.Application.Services; | 
 |  |  | 
 |  |  |         /// <param name="input"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         /// <exception cref="UserFriendlyException"></exception> | 
 |  |  |         Task<Guid> LifePayPhoneMesssageCodeLogin(LifePayPhoneMesssageCodeLoginInput input); | 
 |  |  |         Task<LifePayPhoneMesssageCodeLoginOutput> LifePayPhoneMesssageCodeLogin(LifePayPhoneMesssageCodeLoginInput input); | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 根据用户ID获取用户是否为后台管理员 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="id"></param> | 
 |  |  |         /// <returns></returns> | 
 |  |  |         Task<LifePayPhoneMesssageCodeLoginOutput> LifePayUserMesssageByIduser(Guid id); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         Task<IdentityModelTokenCacheItem> GetTokenForWeb(AccessRequestDto accessRequestDto, string webClientIp); | 
 |  |  |  | 
 |  |  |         Task<Guid> CreateAccount(CreateAccountInput input, bool isSend = false, bool isAdminCreate = false); | 
 |  |  |  | 
 |  |  |         Task<BackClientUserInfoOutput> GetBackClientUserInfo(); | 
 |  |  |         #endregion | 
 |  |  |     } | 
 |  |  | } |