curl --location --request GET 'http://api.bbs.sunding.cn/sd/api/user/post/get-post-hidden-content?post_id&password'{
"code": 200,
"data": {
"content": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"id": 0,
"images": [
{
"id": 0,
"path": "string",
"postHiddenContentId": 0,
"srcType": 0,
"status": 0
}
],
"link": "string",
"musicUrl": "string",
"postId": 0,
"updatedAt": 0,
"videoUrl": "string"
},
"execTime": 0,
"msg": "操作成功"
}