{
"fileUrl":"https://jichuang-oss.oss-cn-hangzhou.aliyuncs.com/essay/2022/10/1031563290221875200.pdf",
"fileName":"测试2",
"controlId":1,
"brandId":1
}
curl --location --request POST '/ai/file/addMore' \
--header 'TOKEN: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJiYXNlSWQiOjIxLCJleHAiOjE3MjIyMzk0NjUsInVzZXJuYW1lIjoidGVzdCJ9.3h4KjW0Gc73QWZ_b7uqDsg1ZGKXN-DiznNj1-bN8rvY' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileUrl":"https://jichuang-oss.oss-cn-hangzhou.aliyuncs.com/essay/2022/10/1031563290221875200.pdf",
"fileName":"测试2",
"controlId":1,
"brandId":1
}'
{
"code":200,
"data":null,
"message":"添加成功",
"result":null,
"success":true,
"timestamp":"1721178448983"
}