mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 10:33:11 +00:00
9 lines
211 B
Go
9 lines
211 B
Go
package consts
|
|
|
|
const (
|
|
OpenAPITitle = `GFast-v3`
|
|
OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
|
|
OpenAPIContactName = "GFast"
|
|
OpenAPIContactUrl = "http://www.g-fast.cn"
|
|
)
|