List multiPersonDataErrorVoList;
{
"importData": false,
"roleSettingList": [
{
"roleName": "角色1",
"voiceName": "逗披飒",
"emotionName": "默认",
"emotionStrength": null,
"speedName": "1.0x",
"pitchName": "1",
"bagName": null,
"index": 2
},
{
"roleName": "角色备注",
"voiceName": "逗披飒",
"emotionName": "默认",
"emotionStrength": null,
"speedName": "1.4x",
"pitchName": "1",
"bagName": null,
"index": 3
},
{
"roleName": "角色1",
"voiceName": "翠萍东北妞",
"emotionName": null,
"emotionStrength": "很强",
"speedName": null,
"pitchName": "-2",
"bagName": null,
"index": 4
},
{
"roleName": "角色1",
"voiceName": "翠萍东北妞",
"emotionName": null,
"emotionStrength": "很强",
"speedName": "1.0x",
"pitchName": "3",
"bagName": null,
"index": 5
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 6
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 7
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 8
}
],
"importType": 1
}
curl --location --request POST 'http://127.0.0.1:8080/user/getMultiPersonData' \
--header 'Content-Type: application/json' \
--data-raw '{
"importData": false,
"roleSettingList": [
{
"roleName": "角色1",
"voiceName": "逗披飒",
"emotionName": "默认",
"emotionStrength": null,
"speedName": "1.0x",
"pitchName": "1",
"bagName": null,
"index": 2
},
{
"roleName": "角色备注",
"voiceName": "逗披飒",
"emotionName": "默认",
"emotionStrength": null,
"speedName": "1.4x",
"pitchName": "1",
"bagName": null,
"index": 3
},
{
"roleName": "角色1",
"voiceName": "翠萍东北妞",
"emotionName": null,
"emotionStrength": "很强",
"speedName": null,
"pitchName": "-2",
"bagName": null,
"index": 4
},
{
"roleName": "角色1",
"voiceName": "翠萍东北妞",
"emotionName": null,
"emotionStrength": "很强",
"speedName": "1.0x",
"pitchName": "3",
"bagName": null,
"index": 5
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 6
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 7
},
{
"roleName": "",
"voiceName": null,
"emotionName": null,
"emotionStrength": null,
"speedName": null,
"pitchName": null,
"bagName": null,
"index": 8
}
],
"importType": 1
}'
{
"code": 0,
"msg": "",
"data": {
"importType": 0,
"importData": false,
"roleSettingList": [
{
"id": 0,
"unionId": "",
"openId": "",
"value": 0,
"roleName": "",
"voiceName": "",
"bagType": 0,
"bagName": "",
"photoUrl": "",
"emotionValue": 0,
"emotionName": "",
"emotion": 0,
"emotionStrength": "",
"speed": 0,
"speedName": "",
"pitch": "",
"pitchName": "",
"createDate": "",
"currentPage": 0,
"pageSize": 0,
"offset": 0,
"context": "",
"narrator": "",
"index": 0
}
],
"error": [
""
]
}
}