{
"managedId": 1107,
"beginIndex": "3",
"endIndex": "20",
"ids": [],
"request": {
"phoneNumber": "",
"startImportTime": null,
"endImportTime": null,
"platform": "",
"userName": "",
"mktCooldownDur": "",
"state": "",
"orderByColumn": "state asc,createTime desc,id ",
"editDataCnt": ""
}
}
curl --location --request PUT 'http://localhost:8080/kk/accountprocess/updateAccountProcessMakeZero' \
--header 'token: 667a86b9-ea8d-4c02-8297-0438cd644795' \
--header 'Content-Type: application/json' \
--data-raw '{
"managedId": 1107,
"beginIndex": "3",
"endIndex": "20",
"ids": [],
"request": {
"phoneNumber": "",
"startImportTime": null,
"endImportTime": null,
"platform": "",
"userName": "",
"mktCooldownDur": "",
"state": "",
"orderByColumn": "state asc,createTime desc,id ",
"editDataCnt": ""
}
}'
{"msg":"操作成功","code":0}