curl --location --request GET 'http://192.168.1.155:9000/special-work-service/workTicketAttachmentTemplate/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"type": "DONG_HUO",
"wordFileUrl": "string"
}
],
"total": 0,
"pages": 0
}
}