{
"teamWorkCollectionId":15,
"currentPage":1,
"pageSize":10
}
curl --location --request POST 'http://127.0.0.1:8080/user/getHistoryVersionList' \
--header 'Content-Type: application/json' \
--data-raw '{
"teamWorkCollectionId":15,
"currentPage":1,
"pageSize":10
}'
{
"code": 0,
"msg": "作品集管理",
"data": {
"pageNo": 0,
"size": 0,
"current_page": 1,
"page_size": 10,
"total": 2,
"visual_total": 0,
"list": [
{
"id": 2,
"eid": null,
"voice": null,
"voiceImg": null,
"voiceName": null,
"emotionName": null,
"emotionValue": null,
"styleDegree": null,
"speed": null,
"pitchKey": null,
"pitch": null,
"content": null,
"historyName": "2023-09-06 15:32:28",
"realName": "Dopamine",
"saveDate": 1693985549000,
"teamWorkCollectionId": 0
}
],
"activeConfigList": null
}
}