Fixed some small problems

This commit is contained in:
Bigsk 2022-03-06 16:59:04 +08:00
parent 01f505844c
commit 1e1d4809e3

View File

@ -38,6 +38,7 @@
##### Method: `POST` ##### Method: `POST`
##### Args: ##### Args:
###### `keyword` `string` `keyword of the song` ###### `keyword` `string` `keyword of the song`
##### Cookie:
###### `token` `string` `user token` ###### `token` `string` `user token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -130,6 +131,7 @@
##### Args: ##### Args:
###### `platform` `int` `id of the platform` ###### `platform` `int` `id of the platform`
###### `id` `int` `id of the song` ###### `id` `int` `id of the song`
##### Cookie:
###### `token` `string` `user token` ###### `token` `string` `user token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -158,6 +160,7 @@
###### `platform` `int` `id of the platform` ###### `platform` `int` `id of the platform`
###### `id` `int` `id of the song` ###### `id` `int` `id of the song`
###### `date` `string` `YYYY-MM-DD` ###### `date` `string` `YYYY-MM-DD`
##### Cookie:
###### `token` `string` `user token` ###### `token` `string` `user token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -171,8 +174,8 @@
#### Get list of user: #### Get list of user:
#### WebApi Interface Detail: #### WebApi Interface Detail:
##### Path: `/api/userlist` ##### Path: `/api/userlist`
##### Method: `POST` ##### Method: `GET`
##### Args: ##### Cookie:
###### `token` `string` `user(admin operator) token` ###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -200,8 +203,8 @@
#### Get list of songs that songed by users #### Get list of songs that songed by users
#### WebApi Interface Detail: #### WebApi Interface Detail:
##### Path: `/api/auditlist/song` ##### Path: `/api/auditlist/song`
##### Method: `POST` ##### Method: `GET`
##### Args: ##### Cookie:
###### `token` `string` `user(admin operator) token` ###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -234,8 +237,8 @@
#### Get list of user's real name auth. #### Get list of user's real name auth.
#### WebApi Interface Detail: #### WebApi Interface Detail:
##### Path: `/api/auditlist/real` ##### Path: `/api/auditlist/real`
##### Method: `POST` ##### Method: `GET`
##### Args: ##### Cookie:
###### `token` `string` `user(admin operator) token` ###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
@ -250,9 +253,10 @@
##### Path: `/api/admin/realaudit` ##### Path: `/api/admin/realaudit`
##### Method: `POST` ##### Method: `POST`
##### Argv: ##### Argv:
###### `token` `string` `user(admin operator) token`
###### `uid` `int` `id of the user that you audit` ###### `uid` `int` `id of the user that you audit`
###### `operate` `string` `pass or abort` ###### `operate` `string` `pass or abort`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
###### `code` `int` `response code` ###### `code` `int` `response code`
@ -267,9 +271,10 @@
##### Path: `/api/admin/list` ##### Path: `/api/admin/list`
##### Method: `POST` ##### Method: `POST`
##### Args: ##### Args:
###### `token` `string` `user(admin operator) token`
###### `sid` `int` `id of this song(v.) event` ###### `sid` `int` `id of this song(v.) event`
###### `operate` `string` `white, black, remove` ###### `operate` `string` `white, black, remove`
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
###### `code` `int` `response code` ###### `code` `int` `response code`
@ -292,9 +297,10 @@
##### Path: `/api/admin/system` ##### Path: `/api/admin/system`
##### Method: `POST` ##### Method: `POST`
##### Args: ##### Args:
###### `token` `string` `user(admin operator) token`
###### `OPTION` `TYPE` `NOTICE` ###### `OPTION` `TYPE` `NOTICE`
###### ```See the detail in options``` ###### ```See the detail in options```
##### Cookie:
###### `token` `string` `user(admin operator) token`
##### Response Format: `Json` ##### Response Format: `Json`
##### Json Args: ##### Json Args:
###### `code` `int` `response code` ###### `code` `int` `response code`