{
"id": "91149583-ec52-4bc2-8cae-4e2e12934e6e",
"title": "修改后标题",
"channel_id": 6,
"content": "<p>我是文章内容123</p>",
"cover": {
"type": 1,
"images": [
"http://geek.itheima.net/uploads/1659338630976.jpg"
]
},
"pub_date": "2022-08-01 15:24:02"
}curl --location --request PUT 'http://geek.itheima.net/v1_0/mp/articles/91149583-ec52-4bc2-8cae-4e2e12934e6e' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "91149583-ec52-4bc2-8cae-4e2e12934e6e",
"title": "修改后标题",
"channel_id": 6,
"content": "<p>我是文章内容123</p>",
"cover": {
"type": 1,
"images": [
"http://geek.itheima.net/uploads/1659338630976.jpg"
]
},
"pub_date": "2022-08-01 15:24:02"
}'{
"data": {
"id": "91149583-ec52-4bc2-8cae-4e2e12934e6e"
},
"message": "OK"
}