文档
测试

获取参考价格列表

POST
/show/medicine_main_drug/getPricesInfo

接口描述

获取参考价格列表

请求参数

参数名
类型
描述
必填
id
string
药物ID
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填
order
int
排序,1为单位描述正序,2为单位描述倒序,11为价格正序,12为价格倒序,21为单位正序,22为单位倒序
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
unit_desc
string
单位描述
必填
drug_prices
string
价格
必填
drug_unit
string
单位
必填
count
int
数据总数
必填
page_num
int
当前页数量
必填
page_now
int
当前页
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "list_id": 13, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "g", "unit_desc": "Aclovate 0.05% cream", "drug_prices": "2.91USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 6, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Aclovate 0.05% Cream 15 gm Tube", "drug_prices": "54.54USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 5, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Aclovate 0.05% Cream 45 gm Tube", "drug_prices": "81.19USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 4, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Aclovate 0.05% Cream 60 gm Tube", "drug_prices": "103.1USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 7, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Aclovate 0.05% Ointment 15 gm Tube", "drug_prices": "52.99USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 3, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Aclovate 0.05% Ointment 60 gm Tube", "drug_prices": "141.1USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 14, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "g", "unit_desc": "Alclometasone dipro 0.05% crm", "drug_prices": "1.21USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 11, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Alclometasone Dipropionate 0.05% Cream 15 gm Tube", "drug_prices": "19.81USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 9, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Alclometasone Dipropionate 0.05% Cream 45 gm Tube", "drug_prices": "41.31USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 8, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Alclometasone Dipropionate 0.05% Cream 60 gm Tube", "drug_prices": "52.99USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 12, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Alclometasone Dipropionate 0.05% Ointment 15 gm Tube", "drug_prices": "16.99USD", "create_time": "2019-11-11 11:22:30" }, { "list_id": 10, "drug_id": "drug_awfjkp2l9e5dc3740c76028", "drug_unit": "tube", "unit_desc": "Alclometasone Dipropionate 0.05% Ointment 60 gm Tube", "drug_prices": "39.27USD", "create_time": "2019-11-11 11:22:30" } ], "count": 12, "page_now": 1, "page_num": 20 }