-
Notifications
You must be signed in to change notification settings - Fork 0
/
routes.json
382 lines (382 loc) · 7.32 KB
/
routes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
[
{
"method": "POST",
"path": "/api/v1/category/novel/",
"name": "关联小说分类"
},
{
"method": "GET",
"path": "/api/v1/message/",
"name": "查看消息列表"
},
{
"method": "DELETE",
"path": "/api/v1/comment/:id",
"name": "删除评论"
},
{
"method": "DELETE",
"path": "/api/v1/user/:id",
"name": "删除用户"
},
{
"method": "DELETE",
"path": "/api/v1/novel/:id",
"name": "删除小说"
},
{
"method": "DELETE",
"path": "/api/v1/volume/:id",
"name": "删除小说分卷"
},
{
"method": "GET",
"path": "/api/v1/novel/:id",
"name": "小说查看"
},
{
"method": "POST",
"path": "/api/v1/archive/",
"name": "创建文章"
},
{
"method": "OPTIONS",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "POST",
"path": "/api/v1/comment/",
"name": "创建评论"
},
{
"method": "GET",
"path": "/api/v1/verify",
"name": "验证码获取"
},
{
"method": "POST",
"path": "/api/v1/user/register",
"name": "用户注册"
},
{
"method": "POST",
"path": "/api/v1/user/login",
"name": "用户登陆"
},
{
"method": "PUT",
"path": "/api/v1/novel/:id",
"name": "更新小说"
},
{
"method": "PATCH",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "REPORT",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/user/comments",
"name": "用户发送的评论列表"
},
{
"method": "DELETE",
"path": "/api/v1/category/novel/",
"name": "取消小说分类关联"
},
{
"method": "GET",
"path": "/img/*",
"name": "静态图片文件"
},
{
"method": "GET",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "PUT",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "REPORT",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/user/:id",
"name": "查看用户信息"
},
{
"method": "GET",
"path": "/api/v1/archive/",
"name": "文章列表"
},
{
"method": "GET",
"path": "/api/v1/category/",
"name": "分类列表"
},
{
"method": "GET",
"path": "/api/v1/volume/:id",
"name": "分卷下载"
},
{
"method": "PUT",
"path": "/api/v1/user/",
"name": "更新用户信息"
},
{
"method": "GET",
"path": "/api/v1/comment/:id",
"name": "评论查看"
},
{
"method": "DELETE",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "TRACE",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/CreateInciteCode/",
"name": "生成邀请码"
},
{
"method": "POST",
"path": "/api/v1/category/",
"name": "创建分类"
},
{
"method": "GET",
"path": "/api/v1/user/register",
"name": "用户邮箱验证"
},
{
"method": "GET",
"path": "/api/v1/novel/",
"name": "小说列表"
},
{
"method": "POST",
"path": "/api/v1/novel/",
"name": "创建小说"
},
{
"method": "DELETE",
"path": "/api/v1/novel/subscribe/:id",
"name": "取消订阅小说"
},
{
"method": "GET",
"path": "/api/v1/DerailRegister",
"name": "切换注册模式"
},
{
"method": "PUT",
"path": "/api/v1/category/:id",
"name": "更新分类"
},
{
"method": "DELETE",
"path": "/api/v1/category/:id",
"name": "删除分类"
},
{
"method": "CONNECT",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "TRACE",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "HEAD",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "OPTIONS",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "POST",
"path": "/api/v1/volume/:id",
"name": "创建小说分卷"
},
{
"method": "PUT",
"path": "/api/v1/admin/user/:id",
"name": "eroauz/api.Update.func1"
},
{
"method": "GET",
"path": "/api/v1/comments/:id",
"name": "评论列表"
},
{
"method": "PATCH",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "DELETE",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "DELETE",
"path": "/api/v1/category/archive/",
"name": "取消文章分类关联"
},
{
"method": "GET",
"path": "/other/*",
"name": "静态文件"
},
{
"method": "GET",
"path": "/api/v1/archive/:id",
"name": "文章查看"
},
{
"method": "PUT",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/user/",
"name": "查看用户自己信息"
},
{
"method": "GET",
"path": "/api/v1/novel/subscribe/:id",
"name": "订阅小说"
},
{
"method": "DELETE",
"path": "/api/v1/archive/:id",
"name": "删除文章"
},
{
"method": "GET",
"path": "/api/v1/novel/volume/:id",
"name": "查看小说分卷"
},
{
"method": "PROPFIND",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "PROPFIND",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "POST",
"path": "/api/v1/upload/",
"name": "上传文件"
},
{
"method": "GET",
"path": "/api/v1/user/book",
"name": "用户书架列表"
},
{
"method": "GET",
"path": "/api/v1/message/:id",
"name": "查看单个消息"
},
{
"method": "PUT",
"path": "/api/v1/archive/:id",
"name": "更新文章"
},
{
"method": "POST",
"path": "/api/v1/search/novel/",
"name": "小说搜索"
},
{
"method": "POST",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "CONNECT",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "POST",
"path": "/api/v1/*",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "POST",
"path": "/api/v1/category/archive/",
"name": "关联文章分类"
},
{
"method": "GET",
"path": "/api/v1/download",
"name": "下载小说"
},
{
"method": "HEAD",
"path": "/api/v1",
"name": "github.com/labstack/echo.glob..func1"
},
{
"method": "GET",
"path": "/api/v1/user/sendmail",
"name": "发送验证邮件"
},
{
"method": "PUT",
"path": "/api/v1/volume/:id",
"name": "更新小说分卷信息"
},
{
"method": "GET",
"path": "/swagger/*",
"name": "API"
},
{
"method": "POST",
"path": "/api/v1/search/archive/",
"name": "文章搜索"
},
{
"method": "GET",
"path": "/routes.json",
"name": "路由表"
},
{
"method": "DELETE",
"path": "/api/v1/message/:id",
"name": "删除消息"
}
]