File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*
1+ /*
22Copyright 2024 The west2-online Authors.
33
44Licensed under the Apache License, Version 2.0 (the "License");
@@ -55,7 +55,6 @@ const (
5555 BizFileUploadErrorCode = 40006 // 文件上传错误(service 层)
5656 BizJwchCookieExceptionCode = 40007 // jwch cookie异常
5757 BizJwchEvaluationNotFoundCode = 40008 // jwch 未进行评测
58- BizCustomCourseNotExistCode = 40009 // 自定义课程不存在
5958
6059 InternalServiceErrorCode = 50001 // 未知服务错误
6160 InternalDatabaseErrorCode = 50002 // 数据库错误
Original file line number Diff line number Diff line change 5050 EvaluationNotFoundError = NewErrNo (BizJwchEvaluationNotFoundCode , "请先对任课教师进行评价" ) // jwch 未进行评测
5151
5252 // course
53- CustomCourseNotFoundError = NewErrNo (BizCustomCourseNotExistCode , "自定义课程不存在" )
53+ CustomCourseNotFoundError = NewErrNo (BizErrorCode , "自定义课程不存在" )
5454)
You can’t perform that action at this time.
0 commit comments