mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 21:23:47 +08:00
gf2版本同步升级到v2.0.4,修复验证器兼容问题
This commit is contained in:
@@ -8,8 +8,8 @@ package consts
|
||||
|
||||
// 开放API
|
||||
const (
|
||||
OpenAPITitle = `HotGo`
|
||||
OpenAPIDescription = `这是一个使用HotGo的简单演示HTTP服务器项目。 `
|
||||
OpenAPIName = `HotGo`
|
||||
OpenAPIURL = `http://hotgo.bufanyun.cn`
|
||||
OpenAPITitle = `HotGo`
|
||||
OpenAPIDescription = `这是一个使用HotGo的简单演示HTTP服务器项目。 `
|
||||
OpenAPIName = `HotGo`
|
||||
OpenAPIURL = `https://github.com/bufanyun/hotgo`
|
||||
)
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
//
|
||||
package consts
|
||||
|
||||
//
|
||||
// 状态码
|
||||
const (
|
||||
StatusEnabled = "1" // 启用
|
||||
StatusDisable = "2" // 禁用
|
||||
StatusDelete = "3" //已删除
|
||||
StatusDelete = "3" // 已删除
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user