curl --location --request GET 'http://192.168.2.91:8080/shipin/template/' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"tmpName": "string",
"tmpPreviewUrl": "string",
"tmpCoverUrl": "string",
"tmpTag": "string",
"tmpDesc": "string",
"videoWidth": 0,
"videoHeight": 0,
"frameRate": 0,
"hasSubtitle": 0,
"hasMaterial": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"templateParams": [
{
"id": 0,
"tmpId": 0,
"paramClass": "string",
"paramName": "string",
"paramType": 0,
"paramCode": "string",
"defaultValue": "string",
"paramValue": "string",
"isRequired": 0,
"sort": 0
}
],
"processGroups": [
{
"processGroupId": 0,
"groupName": "string",
"groupDesc": "string",
"typeName": "string",
"typeDesc": "string",
"groupSort": 0,
"processList": [
{
"processGroupProcessId": 0,
"processId": 0,
"name": "string",
"typeName": "string",
"typeAction": "string",
"typeDesc": "string",
"parent": 0,
"layer": 0,
"startMark": 0,
"endMark": 0,
"code": "string",
"processSort": 0,
"processParamDtoList": [
{
"paramId": 0,
"paramClass": "string",
"paramName": "string",
"paramType": 0,
"paramKey": "string",
"paramValueType": 0,
"defaultValue": "string",
"paramValue": "string",
"paramSort": 0,
"empty": true
}
]
}
]
}
],
"properStyle": "string",
"properDuration": "string",
"properPlatform": "string"
}
}