Authorization: Bearer ********************
curl --location --request GET '/article/keyword_list?keyWord=vue'
{
"code": 0,
"data": {
"nowPage": 0,
"pageSize": 0,
"hasMore": true,
"total": 0,
"rows": [
{
"id": 0,
"title": "string",
"desc": null,
"is_comment": 0,
"priority": null,
"status": 0,
"head_img": "string",
"content": "string",
"click": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}