feat: 完成激活码功能
This commit is contained in:
@@ -11,7 +11,7 @@ public interface IActivationCodeService : IApplicationService
|
||||
/// <summary>
|
||||
/// 批量生成激活码
|
||||
/// </summary>
|
||||
Task<ActivationCodeCreateOutput> CreateBatchAsync(ActivationCodeCreateInput input);
|
||||
Task<ActivationCodeCreateListOutput> CreateBatchAsync(ActivationCodeCreateListInput input);
|
||||
|
||||
/// <summary>
|
||||
/// 兑换激活码
|
||||
|
||||
Reference in New Issue
Block a user