curl --location --request GET 'http://geek.itheima.net/v1_0/mp/articles/22b17f0d-4c4a-4858-a7f6-d6cceebf9521' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}'{
"data": {
"id": "22b17f0d-4c4a-4858-a7f6-d6cceebf9521",
"title": "我是文章",
"channel_id": 11,
"content": "<p>123123</p>",
"cover": {
"type": 1,
"images": [
"http://geek.itheima.net/uploads/1659337489923.jpg"
]
},
"pub_date": "2022-08-01 15:04:53"
},
"message": "OK"
}