Authorization: Bearer ********************
curl --location --request GET '/v1/post/post-log/'
{
"code": 0,
"msg": "ok",
"data": {
"logs": [
{
"post_id": 3,
"old_stat": "any",
"new_stat": "pending_approval",
"comment": "新稿件",
"created_at": "2024-04-12 03:31:11"
}
]
}
}