Request samples
curl --location --request GET 'http://192.168.2.91:8080/shipin/ttsTemplate/' \
--header 'Authorization: Bearer {{token}}'
Responses
application/json data
object (SpTtsTemplateVo)
optionaltts模板视图对象 sp_tts_template
createTime
string <date-time>
optionalupdateTime
string <date-time>
optional{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"type": "string",
"tag": "string",
"name": "string",
"desc": "string",
"status": true,
"language": "string",
"speaker": "string",
"speed": "string",
"pitch": "string",
"speedStyle": "string",
"roleStyle": "string",
"genSrt": true,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
}
Modified at 2025-06-17 13:45:42