{
"pageNo": 0,
"pageSize": 0,
"platform": "string",
"type": 0,
"status": 0,
"createBy": "string",
"createTimeBegin": "string",
"createTimeEnd": "string",
"finishTimeBegin": "string",
"finishTimeEnd": "string"
}
curl --location --request POST 'https://test1-op.nn.com/jeecg-boot/bms/game/syncTask/page' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"platform": "string",
"type": 0,
"status": 0,
"createBy": "string",
"createTimeBegin": "string",
"createTimeEnd": "string",
"finishTimeBegin": "string",
"finishTimeEnd": "string"
}'
{
"retCode": "",
"retMsg": "",
"retData": {
"records": [
{
"dbId": 0,
"platform": "",
"type": 0,
"params": "",
"status": 0,
"num": 0,
"failNum": 0,
"succNum": 0,
"finishTime": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false
},
"retTime": ""
}