提交 9905a939 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

修复中间件跨域问题

上级 eb882387
// 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
// 2020-07-07 10:12:31.2264113 +0800 CST m=+0.088765101 // 2020-08-20 11:59:55.622609 +0800 CST m=+0.106561201
package docs package docs
...@@ -1534,6 +1534,99 @@ var doc = `{ ...@@ -1534,6 +1534,99 @@ var doc = `{
} }
} }
}, },
"/simpleUploader/checkFileMd5": {
"get": {
"produces": [
"application/json"
],
"parameters": [
{
"type": "string",
"description": "测试文件是否已经存在和判断已经上传过的切片",
"name": "md5",
"in": "query",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"查询成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/simpleUploader/mergeFileMd5": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"produces": [
"application/json"
],
"tags": [
"SimpleUploader"
],
"summary": "合并文件",
"parameters": [
{
"type": "string",
"description": "合并文件",
"name": "md5",
"in": "query",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"合并成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/simpleUploader/upload": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"multipart/form-data"
],
"produces": [
"application/json"
],
"tags": [
"SimpleUploader"
],
"summary": "断点续传插件版示例",
"parameters": [
{
"type": "file",
"description": "断点续传插件版示例",
"name": "file",
"in": "formData",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"上传成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/sysDictionary/createSysDictionary": { "/sysDictionary/createSysDictionary": {
"post": { "post": {
"security": [ "security": [
...@@ -2002,6 +2095,45 @@ var doc = `{ ...@@ -2002,6 +2095,45 @@ var doc = `{
} }
} }
}, },
"/sysOperationRecord/deleteSysOperationRecordByIds": {
"delete": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysOperationRecord"
],
"summary": "批量删除SysOperationRecord",
"parameters": [
{
"description": "批量删除SysOperationRecord",
"name": "data",
"in": "body",
"required": true,
"schema": {
"type": "object",
"$ref": "#/definitions/request.IdsReq"
}
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"删除成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/sysOperationRecord/findSysOperationRecord": { "/sysOperationRecord/findSysOperationRecord": {
"get": { "get": {
"security": [ "security": [
...@@ -2711,6 +2843,9 @@ var doc = `{ ...@@ -2711,6 +2843,9 @@ var doc = `{
"dataTypeLong": { "dataTypeLong": {
"type": "string" "type": "string"
}, },
"dictType": {
"type": "string"
},
"fieldDesc": { "fieldDesc": {
"type": "string" "type": "string"
}, },
...@@ -2819,6 +2954,12 @@ var doc = `{ ...@@ -2819,6 +2954,12 @@ var doc = `{
"name": { "name": {
"type": "string" "type": "string"
}, },
"parameters": {
"type": "array",
"items": {
"$ref": "#/definitions/model.SysBaseMenuParameter"
}
},
"parentId": { "parentId": {
"type": "string" "type": "string"
}, },
...@@ -2833,6 +2974,23 @@ var doc = `{ ...@@ -2833,6 +2974,23 @@ var doc = `{
} }
} }
}, },
"model.SysBaseMenuParameter": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"sysBaseMenuId": {
"type": "integer"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"model.SysDictionary": { "model.SysDictionary": {
"type": "object", "type": "object",
"properties": { "properties": {
...@@ -3070,6 +3228,17 @@ var doc = `{ ...@@ -3070,6 +3228,17 @@ var doc = `{
} }
} }
}, },
"request.IdsReq": {
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "integer"
}
}
}
},
"request.PageInfo": { "request.PageInfo": {
"type": "object", "type": "object",
"properties": { "properties": {
......
...@@ -1517,6 +1517,99 @@ ...@@ -1517,6 +1517,99 @@
} }
} }
}, },
"/simpleUploader/checkFileMd5": {
"get": {
"produces": [
"application/json"
],
"parameters": [
{
"type": "string",
"description": "测试文件是否已经存在和判断已经上传过的切片",
"name": "md5",
"in": "query",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"查询成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/simpleUploader/mergeFileMd5": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"produces": [
"application/json"
],
"tags": [
"SimpleUploader"
],
"summary": "合并文件",
"parameters": [
{
"type": "string",
"description": "合并文件",
"name": "md5",
"in": "query",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"合并成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/simpleUploader/upload": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"multipart/form-data"
],
"produces": [
"application/json"
],
"tags": [
"SimpleUploader"
],
"summary": "断点续传插件版示例",
"parameters": [
{
"type": "file",
"description": "断点续传插件版示例",
"name": "file",
"in": "formData",
"required": true
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"上传成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/sysDictionary/createSysDictionary": { "/sysDictionary/createSysDictionary": {
"post": { "post": {
"security": [ "security": [
...@@ -1985,6 +2078,45 @@ ...@@ -1985,6 +2078,45 @@
} }
} }
}, },
"/sysOperationRecord/deleteSysOperationRecordByIds": {
"delete": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysOperationRecord"
],
"summary": "批量删除SysOperationRecord",
"parameters": [
{
"description": "批量删除SysOperationRecord",
"name": "data",
"in": "body",
"required": true,
"schema": {
"type": "object",
"$ref": "#/definitions/request.IdsReq"
}
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"删除成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/sysOperationRecord/findSysOperationRecord": { "/sysOperationRecord/findSysOperationRecord": {
"get": { "get": {
"security": [ "security": [
...@@ -2694,6 +2826,9 @@ ...@@ -2694,6 +2826,9 @@
"dataTypeLong": { "dataTypeLong": {
"type": "string" "type": "string"
}, },
"dictType": {
"type": "string"
},
"fieldDesc": { "fieldDesc": {
"type": "string" "type": "string"
}, },
...@@ -2802,6 +2937,12 @@ ...@@ -2802,6 +2937,12 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"parameters": {
"type": "array",
"items": {
"$ref": "#/definitions/model.SysBaseMenuParameter"
}
},
"parentId": { "parentId": {
"type": "string" "type": "string"
}, },
...@@ -2816,6 +2957,23 @@ ...@@ -2816,6 +2957,23 @@
} }
} }
}, },
"model.SysBaseMenuParameter": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"sysBaseMenuId": {
"type": "integer"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"model.SysDictionary": { "model.SysDictionary": {
"type": "object", "type": "object",
"properties": { "properties": {
...@@ -3053,6 +3211,17 @@ ...@@ -3053,6 +3211,17 @@
} }
} }
}, },
"request.IdsReq": {
"type": "object",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "integer"
}
}
}
},
"request.PageInfo": { "request.PageInfo": {
"type": "object", "type": "object",
"properties": { "properties": {
......
...@@ -177,6 +177,8 @@ definitions: ...@@ -177,6 +177,8 @@ definitions:
type: string type: string
dataTypeLong: dataTypeLong:
type: string type: string
dictType:
type: string
fieldDesc: fieldDesc:
type: string type: string
fieldJson: fieldJson:
...@@ -248,6 +250,10 @@ definitions: ...@@ -248,6 +250,10 @@ definitions:
type: boolean type: boolean
name: name:
type: string type: string
parameters:
items:
$ref: '#/definitions/model.SysBaseMenuParameter'
type: array
parentId: parentId:
type: string type: string
path: path:
...@@ -257,6 +263,17 @@ definitions: ...@@ -257,6 +263,17 @@ definitions:
title: title:
type: string type: string
type: object type: object
model.SysBaseMenuParameter:
properties:
key:
type: string
sysBaseMenuId:
type: integer
type:
type: string
value:
type: string
type: object
model.SysDictionary: model.SysDictionary:
properties: properties:
desc: desc:
...@@ -415,6 +432,13 @@ definitions: ...@@ -415,6 +432,13 @@ definitions:
id: id:
type: number type: number
type: object type: object
request.IdsReq:
properties:
ids:
items:
type: integer
type: array
type: object
request.PageInfo: request.PageInfo:
properties: properties:
page: page:
...@@ -1467,6 +1491,63 @@ paths: ...@@ -1467,6 +1491,63 @@ paths:
summary: 更新菜单 summary: 更新菜单
tags: tags:
- menu - menu
/simpleUploader/checkFileMd5:
get:
parameters:
- description: 测试文件是否已经存在和判断已经上传过的切片
in: query
name: md5
required: true
type: string
produces:
- application/json
responses:
"200":
description: '{"success":true,"data":{},"msg":"查询成功"}'
schema:
type: string
/simpleUploader/mergeFileMd5:
get:
parameters:
- description: 合并文件
in: query
name: md5
required: true
type: string
produces:
- application/json
responses:
"200":
description: '{"success":true,"data":{},"msg":"合并成功"}'
schema:
type: string
security:
- ApiKeyAuth: []
summary: 合并文件
tags:
- SimpleUploader
/simpleUploader/upload:
post:
consumes:
- multipart/form-data
parameters:
- description: 断点续传插件版示例
in: formData
name: file
required: true
type: file
produces:
- application/json
responses:
"200":
description: '{"success":true,"data":{},"msg":"上传成功"}'
schema:
type: string
security:
- ApiKeyAuth: []
summary: 断点续传插件版示例
tags:
- SimpleUploader
/sysDictionary/createSysDictionary: /sysDictionary/createSysDictionary:
post: post:
consumes: consumes:
...@@ -1755,6 +1836,30 @@ paths: ...@@ -1755,6 +1836,30 @@ paths:
summary: 删除SysOperationRecord summary: 删除SysOperationRecord
tags: tags:
- SysOperationRecord - SysOperationRecord
/sysOperationRecord/deleteSysOperationRecordByIds:
delete:
consumes:
- application/json
parameters:
- description: 批量删除SysOperationRecord
in: body
name: data
required: true
schema:
$ref: '#/definitions/request.IdsReq'
type: object
produces:
- application/json
responses:
"200":
description: '{"success":true,"data":{},"msg":"删除成功"}'
schema:
type: string
security:
- ApiKeyAuth: []
summary: 批量删除SysOperationRecord
tags:
- SysOperationRecord
/sysOperationRecord/findSysOperationRecord: /sysOperationRecord/findSysOperationRecord:
get: get:
consumes: consumes:
......
...@@ -10,8 +10,8 @@ func Cors() gin.HandlerFunc { ...@@ -10,8 +10,8 @@ func Cors() gin.HandlerFunc {
return func(c *gin.Context) { return func(c *gin.Context) {
method := c.Request.Method method := c.Request.Method
c.Header("Access-Control-Allow-Origin", "*") c.Header("Access-Control-Allow-Origin", "*")
c.Header("Access-Control-Allow-Headers", "Content-Type,AccessToken,X-CSRF-Token, Authorization, Token") c.Header("Access-Control-Allow-Headers", "Content-Type,AccessToken,X-CSRF-Token, Authorization, Token,X-Token,X-User-Id\"")
c.Header("Access-Control-Allow-Methods", "POST, GET, OPTIONS") c.Header("Access-Control-Allow-Methods", "POST, GET, OPTIONS,DELETE,PUT")
c.Header("Access-Control-Expose-Headers", "Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type") c.Header("Access-Control-Expose-Headers", "Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type")
c.Header("Access-Control-Allow-Credentials", "true") c.Header("Access-Control-Allow-Credentials", "true")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册