{
"id": 0,
"unionId": "string",
"type": 0,
"text": "string",
"aiGenerateResults": "string",
"aiGenerateLast": "string",
"characterNumber": 0,
"createDate": "string",
"updateDate": "string",
"deleted": 0,
"channel": "string",
"status": 0,
"taskId": "string",
"douCoin": 0,
"currentPage": 1,
"pageSize": 10,
"startDate": "string",
"endDate": "string",
"queryType": 1
}
curl --location --request POST 'http://127.0.0.1:8080/user/getAiDistributeRolesByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"unionId": "string",
"type": 0,
"text": "string",
"aiGenerateResults": "string",
"aiGenerateLast": "string",
"characterNumber": 0,
"createDate": "string",
"updateDate": "string",
"deleted": 0,
"channel": "string",
"status": 0,
"taskId": "string",
"douCoin": 0,
"currentPage": 1,
"pageSize": 10,
"startDate": "string",
"endDate": "string",
"queryType": 1
}'
{
"code": 0,
"msg": "",
"data": {}
}