{
"type": "1",
"title": "测试",
"publisher": "fugiat voluptate",
"publicationDate": "2025-03-09",
"author": "qui sit velit culpa",
"categoryId": "3",
"categoryName": "航海技术",
"className": "航海技术",
"classId": 3,
"keywords": "航海技术",
"originality": "1",
"content": "内容",
"description": "描述不能为空",
"chargeable": "2",
"feeRules": "20",
"cost": "0",
"quizAvailable": "2",
"quizContent": "",
"fileUrl": "https://wide-necklace.org/",
"notes": "备注",
"coverImage": "https://loremflickr.com/400/400?lock=8757227076186395"
}
curl --location --request POST '/weibao/document' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "1",
"title": "测试",
"publisher": "fugiat voluptate",
"publicationDate": "2025-03-09",
"author": "qui sit velit culpa",
"categoryId": "3",
"categoryName": "航海技术",
"className": "航海技术",
"classId": 3,
"keywords": "航海技术",
"originality": "1",
"content": "内容",
"description": "描述不能为空",
"chargeable": "2",
"feeRules": "20",
"cost": "0",
"quizAvailable": "2",
"quizContent": "",
"fileUrl": "https://wide-necklace.org/",
"notes": "备注",
"coverImage": "https://loremflickr.com/400/400?lock=8757227076186395"
}'
{
"code": 0,
"msg": "",
"data": null
}