文档
测试

对比选择页面接口

GET
index/compare/index

请求参数

参数名
类型
描述
必填
product_id
string
例子:product_id ='1,2,3' 手机端只能存两个id ,PC端最多存5个id
必填

响应参数

参数名
类型
描述
必填
data
json
必填
com_product
array
已经选择的奶粉
必填
id
number
编号
必填
name
string
奶粉名称
必填
thumbnail
string
图片路径
必填
num
string
已选择的奶粉
必填
hot_compare
array
热门对比的奶粉 目前为4个
必填
id
奶粉编号
必填
name
奶粉名称
必填
thumbnail
图片路径
必填
thumbnail_alt
图片描述
必填
m_click
点击量
必填
price
价格
必填
m_source
奶源
必填
area
产地
必填
seo_keyword
seo
必填
seo_content
seo
必填
seo_description
seo
必填

说明 / 示例

```json { "com_product": [ { "id": 1, "name": "飞鹤智纯臻稚有机奶粉1段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051370471.jpg" }, { "id": 206, "name": "雀巢超启能恩奶粉3段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051463360.jpg" } ], "num": 2, "hot_compare": [ { "id": 1, "name": "飞鹤智纯臻稚有机奶粉1段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051370471.jpg", "thumbnail_alt": "x", "m_click": 45830, "price": 358, "m_source": "中国", "area": "中国" }, { "id": 2, "name": "飞鹤智纯臻稚有机奶粉2段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051367215.jpg", "thumbnail_alt": "x", "m_click": 18002, "price": 378, "m_source": "中国", "area": "中国" }, { "id": 3, "name": "飞鹤智纯臻稚有机奶粉3段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051306141.jpg", "thumbnail_alt": "x", "m_click": 22331, "price": 358, "m_source": "中国", "area": "中国" } ] } ```