GET api/app/user_syncNew?storageSize={storageSize}
同步soundfile
Request Information
Parameters
| Name | Description | Additional 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": "3316c59f-0dfd-4111-934c-72031fc1500d",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "3316c59f-0dfd-4111-934c-72031fc1500d",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "3316c59f-0dfd-4111-934c-72031fc1500d",
"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"
}