File tree Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 1
1
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
2
2
// This file was generated by swaggo/swag at
3
- // 2018-12-29 00:06:54.313389783 +0800 CST m=+0.039124023
3
+ // 2018-12-29 00:30:09.519710373 +0800 CST m=+0.032583865
4
4
5
5
package docs
6
6
@@ -100,7 +100,7 @@ var doc = `{
100
100
"tags": [
101
101
"qiniu"
102
102
],
103
- "summary": "更新文件类型 ",
103
+ "summary": "文件上传 ",
104
104
"parameters": [
105
105
{
106
106
"type": "string",
@@ -115,22 +115,6 @@ var doc = `{
115
115
"name": "file",
116
116
"in": "formData",
117
117
"required": true
118
- },
119
- {
120
- "type": "integer",
121
- "description": "文件id",
122
- "name": "id",
123
- "in": "query",
124
- "required": true
125
- }
126
- ],
127
- "responses": {
128
- "200": {
129
- "description": "OK",
130
- "schema": {
131
- "type": "object",
132
- "$ref": "#/definitions/null"
133
- }
134
118
}
135
119
],
136
120
"responses": {
Original file line number Diff line number Diff line change 87
87
"tags" : [
88
88
" qiniu"
89
89
],
90
- "summary" : " 更新文件类型 " ,
90
+ "summary" : " 文件上传 " ,
91
91
"parameters" : [
92
92
{
93
93
"type" : " string" ,
102
102
"name" : " file" ,
103
103
"in" : " formData" ,
104
104
"required" : true
105
- },
106
- {
107
- "type" : " integer" ,
108
- "description" : " 文件id" ,
109
- "name" : " id" ,
110
- "in" : " query" ,
111
- "required" : true
112
- }
113
- ],
114
- "responses" : {
115
- "200" : {
116
- "description" : " OK" ,
117
- "schema" : {
118
- "type" : " object" ,
119
- "$ref" : " #/definitions/null"
120
- }
121
105
}
122
106
],
123
107
"responses" : {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ definitions:
32
32
example : xx.png
33
33
type : string
34
34
type : object
35
- host : localhost :4000
35
+ host : 118.24.155.105 :4000
36
36
info :
37
37
contact : {}
38
38
description : ' {{.Description}}'
@@ -47,22 +47,6 @@ paths:
47
47
description : 获取所有的存储空间列表,无分页。
48
48
produces :
49
49
- application/json
50
- summary : 获取存储空间列表
51
- tags :
52
- - qiniu
53
- /qiniu/file :
54
- delete :
55
- consumes :
56
- - application/json
57
- description : 删除指定空间的文件
58
- parameters :
59
- - description : 文件id
60
- in : query
61
- name : id
62
- required : true
63
- type : integer
64
- produces :
65
- - application/json
66
50
responses :
67
51
" 200 " : {}
68
52
summary : 获取存储空间列表
You can’t perform that action at this time.
0 commit comments