curl --location --request PUT 'http://api-toutiao-web.itheima.net/mp/v1_0/articles/1553118539336908800' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1553118539336908800",
"title": "fsdfs文章标题啊",
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/FrIKSxY5YWFfkvZF_X7RM4q_lMWi"
]
},
"channel_id": 7,
"content": "<p>文章内容啊</p>"
}'
{
"id": "1553118539336908800",
"title": "fsdfs文章标题啊",
"cover": {
"type": 1,
"images": [
"http://toutiao-img.itheima.net/FrIKSxY5YWFfkvZF_X7RM4q_lMWi"
]
},
"channel_id": 7,
"content": "<p>文章内容啊</p>"
}