token: ********************
curl --location --request GET '/drugRegister/list' \
--header 'token;' \
--form 'current="1"' \
--form 'size="10"'
{
"code": 200,
"data": {
"countId": "",
"current": 1,
"maxLimit": null,
"optimizeCountSql": true,
"orders": [],
"pages": 7,
"records": [
{
"amount": 1,
"applicantName": "管理员",
"basicApplyId": 964,
"departmentName": "信息科",
"drugName": "12",
"estimatedTotalFee": null,
"id": 12,
"price": 1,
"producers": "1",
"specifications": "213",
"status": "1",
"statusName": "通过",
"submitTime": null,
"submitTimeStr": ""
}
],
"searchCount": true,
"size": 1,
"total": 7
},
"jurisdiction": null,
"message": ""
}