微软tts专用参数
curl --location --request GET 'http://192.168.2.91:8080/shipin/ttsTemplate/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&type=&tag=&name=&desc=&status=&language=&speaker=&speed=&pitch=&speedStyle=&roleStyle=&genSrt=&pageSize=&pageNum=&orderByColumn=&isAsc=' \ --header 'Authorization: Bearer {{token}}'
{ "total": 0, "rows": [ { "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" } ], "code": 0, "msg": "string" }