curl --location --request GET 'http://localhost:8081/his/prescriptionCostDetail/list?id=&prescriptionId=&costName=&costPrice=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"prescriptionId": 0,
"costName": "string",
"costPrice": 0,
"discountAmount": 0,
"totalCost": 0,
"version": 0,
"status": "string",
"totalType": 0,
"createdPrice": 0,
"projectId": 0
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}