Skip to content

Commit

Permalink
Fixed some small problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigsk committed Mar 6, 2022
1 parent 01f5058 commit 1e1d480
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions document/front_design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
##### Method: `POST`
##### Args:
###### `keyword` `string` `keyword of the song`
##### Cookie:
###### `token` `string` `user token`
##### Response Format: `Json`
##### Json Args:
Expand Down Expand Up @@ -130,6 +131,7 @@
##### Args:
###### `platform` `int` `id of the platform`
###### `id` `int` `id of the song`
##### Cookie:
###### `token` `string` `user token`
##### Response Format: `Json`
##### Json Args:
Expand Down Expand Up @@ -158,6 +160,7 @@
###### `platform` `int` `id of the platform`
###### `id` `int` `id of the song`
###### `date` `string` `YYYY-MM-DD`
##### Cookie:
###### `token` `string` `user token`
##### Response Format: `Json`
##### Json Args:
Expand All @@ -171,8 +174,8 @@
#### Get list of user:
#### WebApi Interface Detail:
##### Path: `/api/userlist`
##### Method: `POST`
##### Args:
##### Method: `GET`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
Expand Down Expand Up @@ -200,8 +203,8 @@
#### Get list of songs that songed by users
#### WebApi Interface Detail:
##### Path: `/api/auditlist/song`
##### Method: `POST`
##### Args:
##### Method: `GET`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
Expand Down Expand Up @@ -234,8 +237,8 @@
#### Get list of user's real name auth.
#### WebApi Interface Detail:
##### Path: `/api/auditlist/real`
##### Method: `POST`
##### Args:
##### Method: `GET`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
Expand All @@ -250,9 +253,10 @@
##### Path: `/api/admin/realaudit`
##### Method: `POST`
##### Argv:
###### `token` `string` `user(admin operator) token`
###### `uid` `int` `id of the user that you audit`
###### `operate` `string` `pass or abort`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
###### `code` `int` `response code`
Expand All @@ -267,9 +271,10 @@
##### Path: `/api/admin/list`
##### Method: `POST`
##### Args:
###### `token` `string` `user(admin operator) token`
###### `sid` `int` `id of this song(v.) event`
###### `operate` `string` `white, black, remove`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
###### `code` `int` `response code`
Expand All @@ -292,9 +297,10 @@
##### Path: `/api/admin/system`
##### Method: `POST`
##### Args:
###### `token` `string` `user(admin operator) token`
###### `OPTION` `TYPE` `NOTICE`
###### ```See the detail in options```
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json`
##### Json Args:
###### `code` `int` `response code`
Expand Down

0 comments on commit 1e1d480

Please sign in to comment.