diff --git a/server/api/api/mycourse/mycourse.go b/server/api/api/mycourse/mycourse.go index 62883d0..f7321b1 100644 --- a/server/api/api/mycourse/mycourse.go +++ b/server/api/api/mycourse/mycourse.go @@ -10,6 +10,6 @@ import ( "hotgo/api/api/mycourse/v1" ) -type IMyCourseV1 interface { +type IMycourseV1 interface { MyCourseList(ctx context.Context, req *v1.MyCourseListReq) (res *v1.MyCourseListRes, err error) } diff --git a/server/internal/controller/api/mycourse/mycourse.go b/server/internal/controller/api/mycourse/mycourse.go index 8a2ce94..c704dbe 100644 Binary files a/server/internal/controller/api/mycourse/mycourse.go and b/server/internal/controller/api/mycourse/mycourse.go differ