{
"ResourceId": 0,
"Content": "string",
"Title": "string",
"CoverImage": "https://example.com/image.png",
"LicenseType": 0,
"DetailLink": "string",
"SectionId": 1,
"VersionName": "v1.0",
"DownloadURL": "https://example.com/file.zip"
}curl --location 'https://gapi.mccfk.cn/Content/AddOrUpdateResource' \
--header 'Content-Type: application/json' \
--data '{
"ResourceId": 0,
"Content": "string",
"Title": "string",
"CoverImage": "https://example.com/image.png",
"LicenseType": 0,
"DetailLink": "string",
"SectionId": 1,
"VersionName": "v1.0",
"DownloadURL": "https://example.com/file.zip"
}'{
"Success": true,
"Massage": "string"
}