开放接口/建材商家(列表)
最后更新:2015-12-15
URL
/rest/jcshop
HTTP请求方式
GET
注意事项
返回数据的排序与平台中前台建材商家列表页的顺序一致,暂不支持自定义排序
请求参数
参数名 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
token | 是 | string | 后台“数据接口”页面可查看到,代表授权的唯一标识 |
count | 否 | int | 单页返回的记录数,默认为10 |
page | 否 | int | 返回结果的页码,默认为0(初始页码从0开始) |
返回结果
{
"count": "26",
"data": [
{
"id": "32",
"type": "衣柜",
"name": "常州好莱客衣柜",
"title": "常州好莱客衣柜",
"fourm_id": "2937",
"tele": "0519-85573770",
"address": "飞龙路红星美凯龙二楼右扶梯旁",
"bus": "10、11、29、60、208、209、216、232、254、255、315、316、1211",
"description": "常州好莱客2004年落户常州,10年专注,10年服务,10年品质。好莱客引领、伴随并见证常州消费者家居生活的时尚变迁",
"image": "http://pic.hualongxiang.com/app/image//2015/0121/14-07-38-174360657.jpg",
"qrcode": "http://7xispx.com1.z0.glb.clouddn.com/",
"views": "2617",
"fourm_url": "http://www.hualongxiang.com/thread.php?fid=2937",
"site_url": "http://f.hualongxiang.com/building/s32"
}
]
}
返回字段说明
返回值字段 | 字段类型 | 字段说明 |
---|---|---|
count | integer | 数据总量 |
data[] | ||
id | integer | 数据id |
name | string | 商家名称 |
title | string | 商家短名称 |
fourm_id | integer | 商家论坛版块id |
fourm_url | string | 商家论坛版块链接地址 |
tele | string | 商家联系方式 |
address | string | 商家地址 |
bus | string | 商家交通出行信息 |
description | string | 商家简介 |
image | string | 商家logo图片地址 |
qrcode | string | 商家二维码图片地址 |
views | integer | 商家主页浏览次数 |
sit_url | string | 商家主页地址 |