{
"categoryId": 15458,
"spuId": 22378,
"title": "这是一个标题",
"author": "张三",
"picUrl": "https://www.iocoder.cn",
"introduction": "这是一个简介",
"sort": 1,
"status": 2,
"recommendHot": true,
"recommendBanner": true,
"content": "这是文章内容"
}curl --location --request POST '/admin-api/promotion/article/create' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 15458,
"spuId": 22378,
"title": "这是一个标题",
"author": "张三",
"picUrl": "https://www.iocoder.cn",
"introduction": "这是一个简介",
"sort": 1,
"status": 2,
"recommendHot": true,
"recommendBanner": true,
"content": "这是文章内容"
}'{
"code": 0,
"data": 0,
"msg": "string"
}