21 lines
356 B
Plaintext
21 lines
356 B
Plaintext
meta {
|
|
name: Give Punishment
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{endpoint}}/cgi/id/punishments
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"reason": "吹哨管理条例 / 滥用吹哨功能,累积三次复核无效吹哨。处以禁用吹哨功能 30 天。",
|
|
"type": 1,
|
|
"perm_nodes": {"FlagPost":false},
|
|
"account_id": 5
|
|
}
|
|
}
|