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": "6cbde511-77cf-4c4d-9dad-8c8e86a0e6ab",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "6cbde511-77cf-4c4d-9dad-8c8e86a0e6ab",
"UpdateTime": 2,
"Type": 0
},
{
"FolderId": "6cbde511-77cf-4c4d-9dad-8c8e86a0e6ab",
"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"
}