| | |
| | | |
| | | Task<IdentityModelTokenCacheItem> GetTokenForWeb(AccessRequestDto accessRequestDto, string webClientIp); |
| | | |
| | | Task<Guid> CreateAccount(CreateAccountInput input, bool isSend = false, bool isAdminCreate = false, string password = null); |
| | | Task<Guid> CreateAccount(CreateAccountInput input, bool isSend = false, bool isAdminCreate = false); |
| | | #endregion |
| | | } |
| | | } |
| | |
| | | 名称 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.Password"> |
| | | <summary> |
| | | 密码 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateBackClientUserInput.PhoneNumber"> |
| | | <summary> |
| | | 手机号 |
| | |
| | | 名称 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateAccountInput.Password"> |
| | | <summary> |
| | | 密码 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.CreateAccountInput.UserName"> |
| | | <summary> |
| | | 用户名 |