{
"key": {}
}
curl --location --request POST 'http://localhost:8104/printTemplate/listByMap' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"returncode": "",
"data": [
{
"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": ""
}