{
"ResourceId": 42,
"VersionName": "v1.0.0 正式版",
"DownloadURL": "https://oss.example.com/files/res_42_v1.zip"
}curl --location 'https://gapi.mccfk.cn/Content/Resource/AddVersion' \
--header 'Content-Type: application/json' \
--data '{
"ResourceId": 42,
"VersionName": "v1.0.0 正式版",
"DownloadURL": "https://oss.example.com/files/res_42_v1.zip"
}'{
"Success": true,
"Message": "string",
"Data": {
"VersionId": 0
}
}