增加角色复制后台功能 修复swagger不能带token的问题
This commit is contained in:
@@ -7,6 +7,13 @@ import (
|
||||
//"runtime"
|
||||
)
|
||||
|
||||
// @title Swagger Example API
|
||||
// @version 0.0.1
|
||||
// @description This is a sample Server pets
|
||||
// @securityDefinitions.apikey ApiKeyAuth
|
||||
// @in header
|
||||
// @name x-token
|
||||
// @BasePath /
|
||||
func main() {
|
||||
switch global.GVA_CONFIG.System.DbType {
|
||||
case "mysql":
|
||||
|
Reference in New Issue
Block a user