文档
测试

获取商品信息

POST
GetProductInfoForID

接口描述

获取商品信息

请求参数

参数名
类型
描述
必填
dataJson
object
数据参数 添加
必填
id
number
商品ID
必填
lab_id
number
实验室ID 默认1114,【1114 珠海慧星 2439惠洲慧星 】
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
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
必填
album
array
广告轮播图 数据列表
必填
url
string
链接 示例:https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_01001.jpg
必填
poster
string
封面 示例: 注只要视频才有封面
必填
type
int
类型 【1图片 2视频】 示例:1
必填
pic_info
array
商品详情图片 数据列表
必填
url
string
链接 示例:https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_02001.jpg
必填
poster
string
封面 示例: 注只要视频才有封面
必填
type
int
类型 【1图片 2视频】 示例:1
必填
sales_quantity
int
销量
必填
share_card
string
商品分享卡图
必填
posters
string
商品海报图
必填
class_id
string
分类ID
必填
class_name
string
分类名称
必填
sales_method
int
销售模式 【1预约门诊采样、2自检不出报告、3自检并实验室出报告】
必填
ret
int
示例:0
必填
err_code
int
示例:0
必填
msg
string
示例:ok
必填

说明 / 示例

## 接口地址 https://xxxx.com/WebServiceForDoctor.asmx ## 成功返回示例 新 ```language { "data": { "id": 10001, "name": "测试商品1", "class_id": 1, "class_name": "分类名称", "subtitle": "测试专用", "price": 0.1, "market_price": 100.0, "sales_quantity": 10, "sales_method": 1, "pic_name": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_00000.jpg", "share_card": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_00000.jpg", "posters": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_00000.jpg", "album": [{ "url": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_01001.jpg", "poster": "", "type": 1 }, { "url": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_01002.jpg", "poster": "", "type": 1 }], "pic_info": [{ "url": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_02001.jpg", "poster": "", "type": 1 }, { "url": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_02002.jpg", "poster": "", "type": 1 }, { "url": "https://oss.qssmart.cn/huixin/Upload/member_photos/100001/100001_20240801000001_02003.jpg", "poster": "", "type": 1 }] }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):