zhengyuxuan
2025-04-01 e08d70b9e610a2c176b88cb092d580754e009de5
LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs
@@ -34,7 +34,7 @@
        Task<Guid> CreateAccount(CreateAccountInput input, bool isSend = false, bool isAdminCreate = false);
        Task<List<ChannelOutput>> GetUserChannel();
        Task<BackClientUserInfoOutput> GetBackClientUserInfo();
        #endregion
    }
}