Skip to content

Commit 1e1d480

Browse files
author
Bigsk
committed
Fixed some small problems
1 parent 01f5058 commit 1e1d480

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

document/front_design/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
##### Method: `POST`
3939
##### Args:
4040
###### `keyword` `string` `keyword of the song`
41+
##### Cookie:
4142
###### `token` `string` `user token`
4243
##### Response Format: `Json`
4344
##### Json Args:
@@ -130,6 +131,7 @@
130131
##### Args:
131132
###### `platform` `int` `id of the platform`
132133
###### `id` `int` `id of the song`
134+
##### Cookie:
133135
###### `token` `string` `user token`
134136
##### Response Format: `Json`
135137
##### Json Args:
@@ -158,6 +160,7 @@
158160
###### `platform` `int` `id of the platform`
159161
###### `id` `int` `id of the song`
160162
###### `date` `string` `YYYY-MM-DD`
163+
##### Cookie:
161164
###### `token` `string` `user token`
162165
##### Response Format: `Json`
163166
##### Json Args:
@@ -171,8 +174,8 @@
171174
#### Get list of user:
172175
#### WebApi Interface Detail:
173176
##### Path: `/api/userlist`
174-
##### Method: `POST`
175-
##### Args:
177+
##### Method: `GET`
178+
##### Cookie:
176179
###### `token` `string` `user(admin operator) token`
177180
##### Response Format: `Json`
178181
##### Json Args:
@@ -200,8 +203,8 @@
200203
#### Get list of songs that songed by users
201204
#### WebApi Interface Detail:
202205
##### Path: `/api/auditlist/song`
203-
##### Method: `POST`
204-
##### Args:
206+
##### Method: `GET`
207+
##### Cookie:
205208
###### `token` `string` `user(admin operator) token`
206209
##### Response Format: `Json`
207210
##### Json Args:
@@ -234,8 +237,8 @@
234237
#### Get list of user's real name auth.
235238
#### WebApi Interface Detail:
236239
##### Path: `/api/auditlist/real`
237-
##### Method: `POST`
238-
##### Args:
240+
##### Method: `GET`
241+
##### Cookie:
239242
###### `token` `string` `user(admin operator) token`
240243
##### Response Format: `Json`
241244
##### Json Args:
@@ -250,9 +253,10 @@
250253
##### Path: `/api/admin/realaudit`
251254
##### Method: `POST`
252255
##### Argv:
253-
###### `token` `string` `user(admin operator) token`
254256
###### `uid` `int` `id of the user that you audit`
255257
###### `operate` `string` `pass or abort`
258+
##### Cookie:
259+
###### `token` `string` `user(admin operator) token`
256260
##### Response Format: `Json`
257261
##### Json Args:
258262
###### `code` `int` `response code`
@@ -267,9 +271,10 @@
267271
##### Path: `/api/admin/list`
268272
##### Method: `POST`
269273
##### Args:
270-
###### `token` `string` `user(admin operator) token`
271274
###### `sid` `int` `id of this song(v.) event`
272275
###### `operate` `string` `white, black, remove`
276+
##### Cookie:
277+
###### `token` `string` `user(admin operator) token`
273278
##### Response Format: `Json`
274279
##### Json Args:
275280
###### `code` `int` `response code`
@@ -292,9 +297,10 @@
292297
##### Path: `/api/admin/system`
293298
##### Method: `POST`
294299
##### Args:
295-
###### `token` `string` `user(admin operator) token`
296300
###### `OPTION` `TYPE` `NOTICE`
297301
###### ```See the detail in options```
302+
##### Cookie:
303+
###### `token` `string` `user(admin operator) token`
298304
##### Response Format: `Json`
299305
##### Json Args:
300306
###### `code` `int` `response code`

0 commit comments

Comments
 (0)