供应链首页
接口描述:
- 供应链首页(suppliers/show)
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | wanganlin | 2017-03-20 | 2017-03-25 |
请求URL:
- http://domain/api/v4/suppliers/show
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
token | 是 | string | 请求内容签名 |
请求参数:
参数名 | 是否必须 | 默认值 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"status": "success",
"data": {
"banner": [
{
"pic": "http://www.hbf.dscmall.zhuo/storage/data/afficheimg/1507669959435249903.jpg",
"adsense_id": 42,
"link": ""
}
],
"wholesale_cat": [
{
"cat_id": 1,
"cat_name": "家用电器",
"keywords": "",
"cat_desc": "",
"show_in_nav": 0,
"style": "",
"is_show": 1,
"style_icon": "ele",
"cat_icon": "",
"pinyin_keyword": "jiayongdianqi",
"cat_alias_name": "",
"parent_id": 0,
"sort_order": 50,
"url": "http://www.hbf.dscmall.zhuo/wholesale_cat.php?id=1",
"cat_list": [],
"id": 1,
"name": "家用电器"
}
],
"wholesale_limit": [],
"wholesale_list": [
{
"cat_id": 1,
"cat_name": "家用电器",
"keywords": "",
"cat_desc": "",
"show_in_nav": 0,
"style": "",
"is_show": 1,
"style_icon": "ele",
"cat_icon": "",
"pinyin_keyword": "jiayongdianqi",
"cat_alias_name": "",
"parent_id": 0,
"sort_order": 50,
"url": "http://www.hbf.dscmall.zhuo/index.php/wholesale_cat.php?id=1",
"goods": [
{
"goods_id": 134,
"suppliers_id": 5,
"cat_id": 1,
"goods_name": "手机壳",
"rank_ids": "",
"goods_price": "10.00",
"enabled": 1,
"review_status": 3,
"review_content": "",
"price_model": 0,
"goods_type": 36,
"goods_number": 1000,
"moq": 1,
"is_recommend": 0,
"is_promote": 0,
"start_time": 0,
"end_time": 0,
"shipping_fee": "0.00",
"freight": 0,
"tid": 0,
"standard_goods": 1,
"goods_sn": "dscx000134",
"brand_id": 213,
"promote_price": "0.00",
"goods_weight": "0.00",
"retail_price": "0.00",
"warn_number": 1,
"goods_brief": "",
"goods_desc": "",
"goods_thumb": "images/201901/thumb_img/0_thumb_G_1546543286935.jpg",
"goods_img": "http://www.hbf.dscmall.zhuo/storage/images/201901/goods_img/0_G_1546543286902.jpg",
"export_type": 0,
"export_type_ext": "14,13,12,10",
"original_img": "images/201901/source_img/0_G_1546543286580.png",
"add_time": 1546810305,
"sort_order": 100,
"is_delete": 0,
"is_best": 0,
"is_new": 0,
"is_hot": 0,
"last_update": 1546626366,
"is_xiangou": 0,
"xiangou_start_date": 0,
"xiangou_end_date": 0,
"xiangou_num": 0,
"sales_volume": 15,
"goods_product_tag": "",
"goods_unit": "个",
"goods_cause": "0,1,2,3",
"bar_code": "",
"goods_service": "",
"is_shipping": 0,
"keywords": "0",
"pinyin_keyword": "shoujike",
"desc_mobile": "",
"suppliers_name": "绿联供货商",
"suppliers_desc": "绿联供货商",
"is_check": 1,
"suppliers_money": "0.00",
"suppliers_percent": "90",
"frozen_money": "0.00",
"user_id": 2,
"real_name": "绿联",
"self_num": "320321111111111112",
"company_name": "绿联集团",
"company_address": "测试大道1875号",
"front_of_id_card": "data/idcard/1546810305293552170.png",
"reverse_of_id_card": "data/idcard/1546810305205795426.png",
"license_fileImg": "",
"organization_fileImg": "",
"linked_bank_fileImg": "",
"region_id": 659009504,
"user_shopMain_category": "",
"mobile_phone": "15124475555",
"email": "15124475555@qq.com",
"suppliers_logo": "data/idcard/1546810305727075506.png",
"kf_qq": "",
"get_wholesale_volume_price_list": [],
"get_wholesale_extend": null,
"goods_extend": null,
"volume_number": 0,
"volume_price": 0,
"goods_sale": 0,
"thumb": "http://www.hbf.dscmall.zhuo/storage/images/201901/thumb_img/0_thumb_G_1546543286935.jpg",
"url": "http://www.hbf.dscmall.zhuo/wholesale_goods.php?id=134"
}
],
"count_goods": 1,
"cat_url": "http://www.hbf.dscmall.zhuo/wholesale_cat.php?id=1&act=list"
}
]
},
"time": 1578389520
}
错误时返回:
{
"status": 'failed',
"errors": {
'code': '404',
'message': 'message'
},
"time": 1553515084
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
banner | banner[] | 广告位列表 |
├─ pic | String | 广告图片 |
├─ adsense_id | Number | 广告id |
├─ link | String | 广告链接 |
wholesale_cat | wholesale_cat[] | 供应链列表 |
├─ cat_id | Number | 分类id |
├─ cat_name | String | 分类名称 |
├─ keywords | String | 关键词 |
├─ cat_desc | String | 分类描述 |
├─ show_in_nav | Number | 是否显示导航栏 |
├─ style | String | 分类样式 |
├─ is_show | Number | 是否显示 |
├─ style_icon | String | 分类样式icon |
├─ cat_icon | String | 分类图标 |
├─ pinyin_keyword | String | 拼音关键词 |
├─ cat_alias_name | String | 分类别名 |
├─ parent_id | Number | 父级id |
├─ sort_order | Number | 排序 |
├─ url | String | 分类url |
├─ id | Number | 分类id |
├─ name | String | 分类名称 |
wholesale_limit | list[] | 限时采购商品列表 |
wholesale_list | list[] | 采购商品列表 |
备注:
- 更多返回错误代码请看首页的错误代码描述
1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!如有侵权请邮件联系客服!3165260857@qq.com
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理,有奖励!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
三优资源网 » 供应链suppliers/show 供应链首页
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理,有奖励!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
三优资源网 » 供应链suppliers/show 供应链首页
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 三优资源网