完成课程内容Handler

This commit is contained in:
2025-11-01 23:26:53 +08:00
parent 4a9b8f31f4
commit 0adbba7450
8 changed files with 167 additions and 36 deletions

View File

@@ -24,7 +24,8 @@ func NewAddContentLogic(ctx context.Context, cfg *config.Config, model model.Cou
return &AddContentLogic{
Logger: logx.WithContext(ctx),
ctx: ctx,
svcCtx: svcCtx,
cfg: cfg,
model: model,
}
}