fix: 将开发和生产环境进行区分
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user