POST api/Favorite/Add

47 创建收藏夹

Request Information

Parameters

NameDescriptionAdditional information
model
收藏夹名称Json

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PlaylistId": "c012bced-3d06-495c-a450-dbbe3411d44e",
  "Name": "sample string 2",
  "CoverImage": "sample string 3",
  "NumberOfAudio": 4,
  "CreateTime": 5,
  "User": {
    "UserId": "20024e90-0c3a-4a15-9d47-fd54233ce458",
    "Nick": "sample string 2",
    "OSSImagePath": "sample string 3",
    "UserType": 1
  },
  "TotalDuration": 6
}

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"
}