mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-29 05:10:12 +08:00
Update action.md
This commit is contained in:
parent
508f778ce6
commit
393b4c60ca
@ -140,7 +140,7 @@ curl 'http://api.bilibili.com/x/credit/jury/caseObtain'\
|
||||
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
|
||||
| ------------- | ---- | ------------------------ | -------------- | --------------------------------------- |
|
||||
| cid | num | 案件ID | 必要 | |
|
||||
| vote | num | 投票类型 | 必要 | |
|
||||
| vote | num | 投票类型 | 必要 | 见「[众裁信息](judgement_info.md)」中表 |
|
||||
| content | str | 理由 | 非必要 | 见「[众裁信息](judgement_info.md)」中表 |
|
||||
| likes | nums | 支持的观点 | 非必要 | |
|
||||
| hates | nums | 反对的观点 | 非必要 | |
|
||||
@ -156,7 +156,7 @@ curl 'http://api.bilibili.com/x/credit/jury/caseObtain'\
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------- | ---- | ------ | ------------------------------------------------------------ |
|
||||
| code | num | 返回值 | 0:成功<br/>-101:未登录<br />-111:csrf 错误<br />25005:不是风纪委员<br />25009: 案件不存在<br/>25011:投票类型错误<br />25012:重复投票 |
|
||||
| code | num | 返回值 | 0:成功<br/>-101:未登录<br />-111:csrf 错误<br />-400:投票类型错误<br />25005:不是风纪委员<br />25009: 案件不存在<br/>25011:投票类型错误<br />25012:重复投票 |
|
||||
| message | str | 信息 | 默认为0 |
|
||||
| ttl | num | 1 | 作用尚不明确 |
|
||||
|
||||
@ -208,4 +208,4 @@ curl 'http://api.bilibili.com/x/credit/jury/vote'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user