fix: 将开发和生产环境进行区分

This commit is contained in:
2026-03-28 19:27:17 +08:00
parent bbd554a426
commit 5acb536281
3 changed files with 71 additions and 4 deletions

View File

@@ -42,6 +42,10 @@ type LoginReq struct {
Host string `json:"host" binding:"required"`
}
type CourseReq struct {
Status ckwk.CourseKind `json:"status"`
}
type StudyReq struct {
NodeID string `json:"node_id"`
StudyID string `json:"study_id"`