{
"pageNo": 0,
"pageSize": 0,
"params": {
"key": {}
},
"orderBy": "string",
"fields": [
"string"
]
}
curl --location --request POST 'http://localhost:8104/printTemplate/pageQuery' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"key": {}
},
"orderBy": "string",
"fields": [
"string"
]
}'
{
"returncode": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"printtemplateid": "",
"printtemplatename": "",
"printtemplatetypeid": "",
"printtemplatetypename": "",
"ispricetag": 0,
"filepath": "",
"modulecode": "",
"modulename": "",
"isdefault": 0,
"appcode": "",
"note": "",
"ptype": 0,
"issys": 0,
"datasource": 0,
"jsonTemplete": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}