Authorization: Bearer ********************curl --location --request POST '/api/content/document-list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "操作成功",
"data": {
"paginate": {
"total": 5,
"current_page": 1,
"current_count": 5,
"page_size": 10
},
"list": [
{
"hash_id": "O7N",
"title": "慢性病防控健康知识宣传",
"is_like": 0,
"is_comments": 0,
"updated_at": "2024-05-16 17:42:52",
"view_count": 4,
"cover_url": ""
},
{
"hash_id": "P1n",
"title": "一步通识|预防季节性疾病",
"is_like": 0,
"is_comments": 0,
"updated_at": "2024-05-16 17:40:12",
"view_count": 1,
"cover_url": ""
},
{
"hash_id": "Q1Y",
"title": "5月1日起,我市以个人身份参加职工医保人员可享受生育医疗待遇",
"is_like": 0,
"is_comments": 0,
"updated_at": "2024-05-16 16:02:41",
"view_count": 0,
"cover_url": ""
},
{
"hash_id": "RgR",
"title": "我医保卡里的钱到底能不能给亲人买药?",
"is_like": 0,
"is_comments": 0,
"updated_at": "2024-05-16 17:40:49",
"view_count": 11,
"cover_url": ""
},
{
"hash_id": "Vm1",
"title": "智慧医保,到底智慧在哪儿?",
"is_like": 0,
"is_comments": 0,
"updated_at": "2024-05-16 17:41:14",
"view_count": 2,
"cover_url": ""
}
]
}
}