Authorization: Bearer ********************
{
"post_id": 10,
"op": 0,
"old_stat": "in_queue",
"new_stat": "in_queue",
"comment": "发表稿件"
}
curl --location --request POST '/v1/post/post-log' \
--header 'Content-Type: application/json' \
--data-raw '{
"post_id": 10,
"op": 0,
"old_stat": "in_queue",
"new_stat": "in_queue",
"comment": "发表稿件"
}'
{
"code": 0,
"msg": "ok",
"data": {}
}