zhengyiming
2025-03-31 6bd99dec62246ddee3472fd810d1ed626a631840
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
    }
}