11// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
22// This file was generated by swaggo/swag at
3- // 2021-05-11 17:25 :23.4731221 +0800 CST m=+1.258292701
3+ // 2021-05-14 11:28 :23.4731221 +0800 CST m=+1.258292701
44
55package docs
66
@@ -2829,11 +2829,11 @@ var doc = `{
28292829 "type": "object",
28302830 "properties": {
28312831 "imgHeight": {
2832- "description": "图片高度 ",
2832+ "description": "验证码高度 ",
28332833 "type": "integer"
28342834 },
28352835 "imgWidth": {
2836- "description": "图片宽度 ",
2836+ "description": "验证码宽度 ",
28372837 "type": "integer"
28382838 },
28392839 "keyLong": {
@@ -2846,7 +2846,7 @@ var doc = `{
28462846 "type": "object",
28472847 "properties": {
28482848 "modelPath": {
2849- "description": "Model路径 ",
2849+ "description": "存放casbin模型的相对路径 ",
28502850 "type": "string"
28512851 }
28522852 }
@@ -2855,12 +2855,15 @@ var doc = `{
28552855 "type": "object",
28562856 "properties": {
28572857 "compareField": {
2858+ "description": "需要比较时间的字段",
28582859 "type": "string"
28592860 },
28602861 "interval": {
2862+ "description": "时间间隔",
28612863 "type": "string"
28622864 },
28632865 "tableName": {
2866+ "description": "需要清理的表名",
28642867 "type": "string"
28652868 }
28662869 }
@@ -2893,7 +2896,7 @@ var doc = `{
28932896 "type": "string"
28942897 },
28952898 "to": {
2896- "description": "收件人",
2899+ "description": "收件人:多个以英文逗号分隔 ",
28972900 "type": "string"
28982901 }
28992902 }
@@ -2936,22 +2939,26 @@ var doc = `{
29362939 "type": "object",
29372940 "properties": {
29382941 "config": {
2942+ "description": "高级配置",
29392943 "type": "string"
29402944 },
29412945 "dbname": {
29422946 "description": "数据库名",
29432947 "type": "string"
29442948 },
29452949 "logMode": {
2950+ "description": "是否开启Gorm全局日志",
29462951 "type": "boolean"
29472952 },
29482953 "logZap": {
29492954 "type": "string"
29502955 },
29512956 "maxIdleConns": {
2957+ "description": "空闲中的最大连接数",
29522958 "type": "integer"
29532959 },
29542960 "maxOpenConns": {
2961+ "description": "打开到数据库的最大连接数",
29552962 "type": "integer"
29562963 },
29572964 "password": {
@@ -2972,7 +2979,7 @@ var doc = `{
29722979 "type": "object",
29732980 "properties": {
29742981 "accessKey": {
2975- "description": "accessKey ",
2982+ "description": "秘钥AK ",
29762983 "type": "string"
29772984 },
29782985 "bucket": {
@@ -2984,7 +2991,7 @@ var doc = `{
29842991 "type": "string"
29852992 },
29862993 "secretKey": {
2987- "description": "secretKey ",
2994+ "description": "秘钥SK ",
29882995 "type": "string"
29892996 },
29902997 "useCdnDomains": {
@@ -3009,6 +3016,7 @@ var doc = `{
30093016 "type": "string"
30103017 },
30113018 "db": {
3019+ "description": "redis的哪个数据库",
30123020 "type": "integer"
30133021 },
30143022 "password": {
@@ -3128,9 +3136,11 @@ var doc = `{
31283136 }
31293137 },
31303138 "spec": {
3139+ "description": "CRON表达式",
31313140 "type": "string"
31323141 },
31333142 "start": {
3143+ "description": "是否启用",
31343144 "type": "boolean"
31353145 }
31363146 }
0 commit comments