Version:0.0.4.dev.260203
feat: 📚 完成课程导入与校验接口(赶在 token 过期前…) - 实现课程导入接口 ✅ - 实现课程信息校验接口 🔍 - 测试通过 🧪 fix: 🐛 修了一堆 bug,15 分钟 accessToken 默默见证了时间的流逝 ⏳😭
This commit is contained in:
@@ -133,4 +133,9 @@ var ( //请求相关的响应
|
||||
Status: "40018",
|
||||
Info: "invalid priority",
|
||||
}
|
||||
|
||||
WrongCourseInfo = Response{ //课程信息错误
|
||||
Status: "40019",
|
||||
Info: "wrong course info",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user