Update action.md

This commit is contained in:
Z-fly 2020-10-01 15:30:33 +08:00 committed by GitHub
parent 508f778ce6
commit 393b4c60ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 />-111csrf 错误<br />25005不是风纪委员<br />25009 案件不存在<br/>25011投票类型错误<br />25012重复投票 |
| code | num | 返回值 | 0成功<br/>-101未登录<br />-111csrf 错误<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>