Authorization: Bearer ********************
{
"name": "卡通合集",
"introduction": "这是一段卡通合集的说明",
"type": 2,
"viewFlag": 1,
"userId": 1,
"sharingFlag": 0,
"sharingUsers":"[1,2,3]",
"videoIdList":"[1,2,3]"
}
curl --location --request GET 'http://47.93.16.76:8080/app/user/api/v1/works/info/1' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "卡通合集",
"introduction": "这是一段卡通合集的说明",
"type": 2,
"viewFlag": 1,
"userId": 1,
"sharingFlag": 0,
"sharingUsers":"[1,2,3]",
"videoIdList":"[1,2,3]"
}'
{}