{
"beginIndex": "",
"endIndex": "",
"ids": [],
"managedId": "",
"groupId": "1",
"name": "",
"groupIsNull": false,
"socketId": "",
"socketType": "",
"request": {
"phoneNumber": "",
"state": [],
"groupName": [],
"platform": [],
"minFriendCount": null,
"maxFriendCount": null,
"minBeFriendedCount": null,
"maxBeFriendedCount": null,
"minCumulativeChatCount": null,
"maxCumulativeChatCount": null,
"country": "",
"orderByColumn": "kk_accountprocess.state,kk_accountprocess.createTime DESC,kk_accountprocess.id"
}
}
curl --location --request PUT 'http://localhost:8080/kk/chatAccountProcess/updateChatAccountProcessOnline' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginIndex": "",
"endIndex": "",
"ids": [],
"managedId": "",
"groupId": "1",
"name": "",
"groupIsNull": false,
"socketId": "",
"socketType": "",
"request": {
"phoneNumber": "",
"state": [],
"groupName": [],
"platform": [],
"minFriendCount": null,
"maxFriendCount": null,
"minBeFriendedCount": null,
"maxBeFriendedCount": null,
"minCumulativeChatCount": null,
"maxCumulativeChatCount": null,
"country": "",
"orderByColumn": "kk_accountprocess.state,kk_accountprocess.createTime DESC,kk_accountprocess.id"
}
}'
{}