{
"title": "12345",
"content": "<p>我是文章内容</p>",
"cover": {
"type": 1,
"images": [
"http://geek.itheima.net/uploads/1659338630976.jpg"
]
},
"channel_id": 2
}
curl --location --request POST 'http://geek.itheima.net/v1_0/mp/articles' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "12345",
"content": "<p>我是文章内容</p>",
"cover": {
"type": 1,
"images": [
"http://geek.itheima.net/uploads/1659338630976.jpg"
]
},
"channel_id": 2
}'
{
"data": {
"id": "4dff2983-ba86-4e86-8038-c5e8eb368fca"
},
"message": "OK"
}