1
This commit is contained in:
8
internal/consts/consts_openapi.go
Normal file
8
internal/consts/consts_openapi.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
OpenAPITitle = `GFast-v3`
|
||||
OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
|
||||
OpenAPIContactName = "GFast"
|
||||
OpenAPIContactUrl = "http://www.g-fast.cn"
|
||||
)
|
||||
17
internal/consts/err_code.go
Normal file
17
internal/consts/err_code.go
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* @desc:错误码信息
|
||||
* @company:云南奇讯科技有限公司
|
||||
* @Author: yixiaohu<yxh669@qq.com>
|
||||
* @Date: 2025/5/20 10:20
|
||||
*/
|
||||
|
||||
package consts
|
||||
|
||||
const (
|
||||
// CodeInfo 提醒
|
||||
CodeInfo = 1001
|
||||
// CodeWarning 警告
|
||||
CodeWarning = 1002
|
||||
// CodeError 错误
|
||||
CodeError = 1003
|
||||
)
|
||||
13
internal/consts/version.go
Normal file
13
internal/consts/version.go
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* @desc:版本号
|
||||
* @company:云南奇讯科技有限公司
|
||||
* @Author: yixiaohu
|
||||
* @Date: 2022/3/11 11:24
|
||||
*/
|
||||
|
||||
package consts
|
||||
|
||||
const (
|
||||
Logo = `CiAgIF9fX19fX19fX19fXyAgICAgICAgICAgX18gCiAgLyBfX19fLyBfX19fL19fXyBfX19fX18vIC9fCiAvIC8gX18vIC9fICAvIF9fIGAvIF9fXy8gX18vCi8gL18vIC8gX18vIC8gL18vIChfXyAgKSAvXyAgClxfX19fL18vICAgIFxfXyxfL19fX18vXF9fLyAg`
|
||||
Version = "3.3.8"
|
||||
)
|
||||
Reference in New Issue
Block a user