zhengyuxuan
2025-03-31 1447caa6b184ee1e80970740e30fa970c3d08a78
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
    }
}