POST api/DownloadOfPersonalPlaylist/DownloadItem
插入歌曲
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
item |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "DownloadOfPersonalPlaylistId": "d767f5c5-3bde-4de9-8bc3-bb1ba3afb814", "PersonalPlayListId": "0aa33a13-fe41-494a-8c43-b6cd4e8b1c8b", "ItemsOfPersonalPlaylistId": "521c6e48-724f-4b17-a547-f824f6478b2d", "UserId": "c7e3142a-9fb5-44c3-b43b-a90d5b05897a", "UserNick": "sample string 5", "Progress": 6, "IsFinished": true, "DownLoadSizeInBytes": 8, "SizeInBytes": 9, "FinishTime": "2025-06-15T09:08:50.918+08:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }