{
"appId": "{{appid}}",
"syncKey": ""
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/favor/sync' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"syncKey": ""
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"syncKey": "CAESCAgBEJyi9e4C",
"list": [
{
"favId": 2,
"type": 1,
"flag": 1,
"updateTime": 1448465918
},
{
"favId": 1,
"type": 2,
"flag": 1,
"updateTime": 1448465922
}
]
}
}