curl --location --request POST 'https://qiyukf.com//openapi/v2/ticket/template/fields?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId":1
}'
{
"code": 200,
"message": [
{
"id": 12345,
"fieldId": 123,
"name": "字段名",
"required": 1,
"type": 1,
"status": 1,
"description": "字段描述",
"prefill": "预填值",
"hint": "暗纹",
"customer": 0
}
]
}