GET api/app/user_syncNew?storageSize={storageSize}

同步soundfile

Request Information

Parameters

NameDescriptionAdditional information
folders
指定folder,暂时传空

Define this parameter in the request body.

storageSize
手机剩余空间(字节)

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
[
  {
    "FolderId": "62d252bf-f3f1-4ec3-b0a2-1f57ab117dab",
    "UpdateTime": 2,
    "Type": 0
  },
  {
    "FolderId": "62d252bf-f3f1-4ec3-b0a2-1f57ab117dab",
    "UpdateTime": 2,
    "Type": 0
  },
  {
    "FolderId": "62d252bf-f3f1-4ec3-b0a2-1f57ab117dab",
    "UpdateTime": 2,
    "Type": 0
  }
]

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