文档
测试

获取会员预约订单列表

POST
GetProductOrderList

接口描述

获取会员预约订单列表

请求参数

参数名
类型
描述
必填
dataJson
object
数据参数
必填
lab_id
number
实验室ID 1114
必填
member_id
number
会员ID 示例:100000
必填
client_key
string
密钥 示例:A5D22FF169993B30EFD2F2AE2A1875B572AA1835D2DBA51C588E601FA684CF4C
必填
institution_id
number
机构ID
必填
index
number
页码 默认1
必填
size
number
每页数量 默认10
必填
key
string
关键字 可为空
可选
type
number
类型 0全部 1待签到 2已签到
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
list
array
数据列表
必填
institution_id
int
机构ID 示例:1
必填
order_id
int
商品订单ID 示例:1
必填
name
string
姓名 示例:姓名
必填
id_no
string
证件号
必填
id_type
int
证件类型 示例:1
必填
id_type_name
string
证件类型名 示例:居民身份证
必填
age
int
年龄 示例:25
必填
sex
int
性别 示例:1 【0女 1男】
必填
sex_name
string
性别名称 示例:男
必填
phone
string
电话
必填
reservation_date
string
预约日期
必填
time_quantum_id
int
时间段ID 示例:1
必填
time_quantum_name
string
时间段名称 示例:8:00-9:00
必填
price
int
价格 示例:125
必填
order_status
int
订单状态 示例:0 【0未付款 1免费 2已付款 3申请退款中 4已退款 5完成 6已取消 7检测中】
必填
order_status_name
string
订单状态名称 示例:待付款
必填
created_date
string
创建时间 示例:
必填
payment_method
int
支付方式 示例:2 【1现结 2免费】
必填
payment_method_str
string
支付方式名称 示例:免费
必填
payment_date
string
支付时间 示例:
必填
detection_product
object
对应机构端的检测产品信息 数据字典
必填
class_id
int
检测产品分类 示例:1
必填
class_name
string
检测产品分类名
必填
product_id
int
产品ID(对应机构端) 示例:1
必填
name
string
产品名称
必填
content
string
产品内容
必填
price
int
价格 示例:125
必填
containers_list
array
容器例表 数据列表
必填
id
int
容器ID 示例:1
必填
img_url
string
容器图片 示例:http://xxx
必填
name
string
容器名称 示例:容器1
必填
notes
string
容器注意事项 示例:注意事项
必填
specimen_type
int
样本类型 示例:1
必填
specimen_type_name
string
样本类型名称 示例:血液
必填
com_id
string
组合ID 示例:10716
必填
com_name
string
组合名称 示例:心肌酶四项
必填
samp_sam_id
string
采样类型ID 示例:11781
必填
samp_sam_name
string
采样类型名称 示例:血清
必填
product_info
object
对应会员端的商品信息 数据字典
必填
product_id
int
商口ID 示例:10001
必填
name
string
商品名称 示例:测试商品1
必填
subtitle
string
商品副标题 示例:测试专用
必填
price
float
商品价格 示例:0.1
必填
market_price
int
商品市场价 示例:100
必填
pic_name
string
商品图片 示例:https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_00000.jpg
必填
total
int
示例:10
必填
ret
int
示例:0
必填
err_code
int
示例:0
必填
msg
string
示例:ok
必填

说明 / 示例

## 接口地址 https://xxxx.com/WebServiceForDoctor.asmx ## 成功返回示例 新 ```language { "data": { "list": [{ "institution_id": 1, "order_id": 1, "name": "姓名", "id_no": "证件号", "id_type": 1, "id_type_name": "居民身份证", "age": 25, "sex": 1, "sex_name": "男", "phone": "电话", "reservation_date": "预约日期", "time_quantum_id": 1, "time_quantum_name": "8:00-9:00", "price": 125.00, "order_status": 0, "order_status_name": "待付款", "created_date": "", "payment_method": 2, "payment_method_str": "免费", "payment_date": "", "detection_product": { "class_id": 1, "class_name": "检测产品分类", "product_id": 1, "name": "产品名称", "content": "产品内容", "price": 125.00, "containers_list": [{ "id": 1, "img_url": "http://xxx", "name": "容器1", "notes": "注意事项", "specimen_type": 1, "specimen_type_name": "血液", "com_id": "10716", "com_name": "心肌酶四项", "samp_sam_id": "11781", "samp_sam_name": "血清" }] }, "product_info": { "product_id": 10001, "name": "测试商品1", "subtitle": "测试专用", "price": 0.1, "market_price": 100.0, "pic_name": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_00000.jpg" } }], "total": 10 }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):

响应参数-新

参数名
类型
描述
必填
ret
number
示例:0
必填
err_code
number
示例:0
必填
msg
string
示例:ok
必填
data
object
数据字典
必填
id
number
示例:10003
必填
name
string
示例:七分裤
必填
comment_count
number
示例:0
必填
sale_count
number
示例:0
必填
subtitle
string
示例:甚至三厢一非顶不可在末枯要
必填
service_list
array
数据列表
必填
name
string
示例:7天包退
必填
content
string
示例:7天包退7天包退
必填
attributes
array
数据列表
必填
name
string
示例:一箱
必填
content
string
示例:24包
必填
album
array
数据列表
必填
url
string
示例:http://localhost:6020/Upload/Product/10003/product_1572417096.mp4
必填
poster
string
示例:http://localhost:6020/Upload/Product/10003/product_1570728088.jpg
必填
type
number
示例:2
必填
pic_info
array
数据列表
必填
url
string
示例:http://localhost:6020/Upload/Product/10003/product_1570728095.jpg
必填
poster
string
示例:
必填
type
number
示例:1
必填
product
object
数据字典
必填
index
number
示例:0
必填
price
number
示例:100
必填
market_price
number
示例:120
必填
stock
number
示例:0
必填
specs_list
array
数据列表
必填
goods_activities
array
数据列表
必填
tj_titel
string
示例:
必填
tj_content
string
示例:
必填