curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/RecruitOnBoarding/GetOfferIds' \
--header 'Content-Type: application/json' \
--data-raw '首页:
{
"approvalState":null,
"offerState":0,
"isModify":false,
"endTime":"2021-09-01T00:00:00",
"startTime":"2019-01-01T00:00:00",
"batchId":null
}
下一页:
{
"approvalState":null,
"offerState":0,
"isModify":false,
"endTime":"2021-09-01T00:00:00",
"startTime":"2019-01-01T00:00:00",
"batchId":"OTE3ODk3OTc4MDMyMzY1OTE4NA=="
}'
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
"string"
]
},
"code": 0,
"message": "string"
}