{
"syncAll": true,
"openDataId": [
"string"
],
"operator": "string"
}
curl --location --request POST 'https://test1-op.nn.com/jeecg-boot/bms/game/syncTask/sync/tencentappstore' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"syncAll": true,
"openDataId": [
"string"
],
"operator": "string"
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"syncTaskId": 0,
"num": 0,
"succNum": 0,
"failNum": 0
},
"retTime": ""
}