|
192 | 192 | ##### Json Args:
|
193 | 193 | ###### `code` `int` `response code`
|
194 | 194 |
|
195 |
| -### Audit Page (Writing) |
| 195 | +### Audit Page |
196 | 196 | #### The audit page use the path "/admin/audit/song" for song audit
|
197 | 197 | #### Only Admin can request this interface
|
198 | 198 | #### Get list of songs that songed by users
|
|
218 | 218 | ###### `url` `string` `the media url of this song (source platform or system cache)`
|
219 | 219 | #### Request for audit operate:
|
220 | 220 | #### WebApi Interface Detail:
|
221 |
| -##### Path: `/api/admin/audit` |
| 221 | +##### Path: `/api/admin/listaudit` |
222 | 222 | ##### Method: `POST`
|
223 | 223 | ##### Args:
|
224 | 224 | ###### `token` `string` `user(admin operator) token`
|
225 | 225 | ###### `sid` `int` `id of this song(v.) event`
|
226 |
| -###### `operate` `string` `pass, abort and ignore` |
| 226 | +###### `operate` `string` `pass, abort or ignore` |
| 227 | +##### Response Format: `Json` |
| 228 | +##### Json Args: |
| 229 | +###### `code` `int` `response code` |
| 230 | +#### The audit page use the path "/admin/audit/auth" for real name auth audit |
| 231 | +#### Only Admin can request this interface |
| 232 | +#### Get list of user's real name auth. |
| 233 | +#### WebApi Interface Detail: |
| 234 | +##### Path: `/api/auditlist/real` |
| 235 | +##### Method: `POST` |
| 236 | +##### Args: |
| 237 | +###### `token` `string` `user(admin operator) token` |
| 238 | +##### Response Format: `Json` |
| 239 | +##### Json Args: |
| 240 | +###### `code` `int` `response code` |
| 241 | +###### `content` `list` `list of all real name auth requests` |
| 242 | +##### List of real name auth requests (content): |
| 243 | +###### `uid` `int` `id of the user` |
| 244 | +###### `img` `string` `the url of the real name auth img` |
| 245 | +###### `name` `string` `real name of the user` |
| 246 | +#### Request for audit operate: |
| 247 | +#### WebApi Interface Detail: |
| 248 | +##### Path: `/api/admin/realaudit` |
| 249 | +##### Method: `POST` |
| 250 | +##### Argv: |
| 251 | +###### `token` `string` `user(admin operator) token` |
| 252 | +###### `uid` `int` `id of the user that you audit` |
| 253 | +###### `operate` `string` `pass or abort` |
227 | 254 | ##### Response Format: `Json`
|
228 | 255 | ##### Json Args:
|
229 | 256 | ###### `code` `int` `response code`
|
|
0 commit comments