|
@@ -1,6 +1,6 @@
|
|
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
|
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
|
// This file was generated by swaggo/swag at
|
|
// This file was generated by swaggo/swag at
|
|
-// 2021-05-11 17:25:23.4731221 +0800 CST m=+1.258292701
|
|
|
|
|
|
+// 2021-05-14 11:28:23.4731221 +0800 CST m=+1.258292701
|
|
|
|
|
|
package docs
|
|
package docs
|
|
|
|
|
|
@@ -2829,11 +2829,11 @@ var doc = `{
|
|
"type": "object",
|
|
"type": "object",
|
|
"properties": {
|
|
"properties": {
|
|
"imgHeight": {
|
|
"imgHeight": {
|
|
- "description": "图片高度",
|
|
|
|
|
|
+ "description": "验证码高度",
|
|
"type": "integer"
|
|
"type": "integer"
|
|
},
|
|
},
|
|
"imgWidth": {
|
|
"imgWidth": {
|
|
- "description": "图片宽度",
|
|
|
|
|
|
+ "description": "验证码宽度",
|
|
"type": "integer"
|
|
"type": "integer"
|
|
},
|
|
},
|
|
"keyLong": {
|
|
"keyLong": {
|
|
@@ -2846,7 +2846,7 @@ var doc = `{
|
|
"type": "object",
|
|
"type": "object",
|
|
"properties": {
|
|
"properties": {
|
|
"modelPath": {
|
|
"modelPath": {
|
|
- "description": "Model路径",
|
|
|
|
|
|
+ "description": "存放casbin模型的相对路径",
|
|
"type": "string"
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -2855,12 +2855,15 @@ var doc = `{
|
|
"type": "object",
|
|
"type": "object",
|
|
"properties": {
|
|
"properties": {
|
|
"compareField": {
|
|
"compareField": {
|
|
|
|
+ "description": "需要比较时间的字段",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"interval": {
|
|
"interval": {
|
|
|
|
+ "description": "时间间隔",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"tableName": {
|
|
"tableName": {
|
|
|
|
+ "description": "需要清理的表名",
|
|
"type": "string"
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -2893,7 +2896,7 @@ var doc = `{
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"to": {
|
|
"to": {
|
|
- "description": "收件人",
|
|
|
|
|
|
+ "description": "收件人:多个以英文逗号分隔",
|
|
"type": "string"
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -2936,6 +2939,7 @@ var doc = `{
|
|
"type": "object",
|
|
"type": "object",
|
|
"properties": {
|
|
"properties": {
|
|
"config": {
|
|
"config": {
|
|
|
|
+ "description": "高级配置",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"dbname": {
|
|
"dbname": {
|
|
@@ -2943,15 +2947,18 @@ var doc = `{
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"logMode": {
|
|
"logMode": {
|
|
|
|
+ "description": "是否开启Gorm全局日志",
|
|
"type": "boolean"
|
|
"type": "boolean"
|
|
},
|
|
},
|
|
"logZap": {
|
|
"logZap": {
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"maxIdleConns": {
|
|
"maxIdleConns": {
|
|
|
|
+ "description": "空闲中的最大连接数",
|
|
"type": "integer"
|
|
"type": "integer"
|
|
},
|
|
},
|
|
"maxOpenConns": {
|
|
"maxOpenConns": {
|
|
|
|
+ "description": "打开到数据库的最大连接数",
|
|
"type": "integer"
|
|
"type": "integer"
|
|
},
|
|
},
|
|
"password": {
|
|
"password": {
|
|
@@ -2972,7 +2979,7 @@ var doc = `{
|
|
"type": "object",
|
|
"type": "object",
|
|
"properties": {
|
|
"properties": {
|
|
"accessKey": {
|
|
"accessKey": {
|
|
- "description": "accessKey",
|
|
|
|
|
|
+ "description": "秘钥AK",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"bucket": {
|
|
"bucket": {
|
|
@@ -2984,7 +2991,7 @@ var doc = `{
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"secretKey": {
|
|
"secretKey": {
|
|
- "description": "secretKey",
|
|
|
|
|
|
+ "description": "秘钥SK",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"useCdnDomains": {
|
|
"useCdnDomains": {
|
|
@@ -3009,6 +3016,7 @@ var doc = `{
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"db": {
|
|
"db": {
|
|
|
|
+ "description": "redis的哪个数据库",
|
|
"type": "integer"
|
|
"type": "integer"
|
|
},
|
|
},
|
|
"password": {
|
|
"password": {
|
|
@@ -3128,9 +3136,11 @@ var doc = `{
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"spec": {
|
|
"spec": {
|
|
|
|
+ "description": "CRON表达式",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
"start": {
|
|
"start": {
|
|
|
|
+ "description": "是否启用",
|
|
"type": "boolean"
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|