文档
测试

收藏列表

POST
https://api.chinartn.cn/api.php?s=/member/myCollection

请求参数

参数名
类型
描述
必填
page_index
number
第几页
必填
token
string
* 用户标识
必填
type
string
* goods.商品 shop.店铺
必填

响应参数说明

```json // 店铺返回数据 { "code": 0, "message": "success", "data": { "data": [ { "shop_id": 1, "shop_name": "123123", // 店铺名 "shop_type": 2, // 1.个人 2.企业 "shop_group_id": 0, "shop_company_name": "123123", "province_id": 0, "city_id": 0, "shop_address": "12312", // 地址 "shop_zip": "", "shop_state": 1, // 店铺状态,0关闭,1开启,2审核中 3.拒绝 "shop_close_info": "", "shop_sort": 0, "shop_create_time": 1571646873, "shop_end_time": 0, "shop_logo": "upload/common/1571650010.jpg", // 店铺logo "shop_banner": null, "shop_avatar": null, "shop_keywords": "", "shop_description": "", "shop_qq": null, "shop_ww": null, "shop_phone": "17636156520", // 店铺手机号 "shop_domain": null, "shop_domain_times": 0, "shop_recommend": 0, "shop_credit": 0, "shop_desccredit": 0, "shop_servicecredit": 3, // 店铺服务分数 "shop_deliverycredit": 0, "shop_collect": 1, "shop_stamp": null, "shop_printdesc": null, "shop_sales": "0.00", "shop_workingtime": null, "live_store_name": null, "live_store_address": null, "live_store_tel": null, "live_store_bus": null, "shop_vrcode_prefix": null, "store_qtian": 0, "shop_zhping": 0, "shop_erxiaoshi": 0, "shop_tuihuo": 0, "shop_shiyong": 0, "shop_shiti": 0, "shop_xiaoxie": 0, "shop_huodaofk": 0, "shop_free_time": null, "shop_region": null, "log_id": 2, "uid": 5, "fav_id": 1, "fav_type": "shop", "goods_name": "", "goods_image": "", "log_price": "0.00", "log_msg": "", "fav_time": "2019-11-01 15:08:24" // 收藏时间 } ], "total_count": 1, //总条数 "page_count": 1 // 总页数 }, "title": "我的收藏" } // 商品返回数据 { "code": 0, "message": "success", "data": { "data": [ { "goods_id": 25, "goods_name": "奥迪", // 商品名 "shop_id": 0, "category_id": 2, "brand_id": 0, "group_id_array": "3,5", "promotion_type": 0, "goods_type": 8, "market_price": "1.00", "price": "123.00", "promotion_price": "123.00", "cost_price": "0.00", "point_exchange_type": 0, "point_exchange": 0, "give_point": 0, "is_member_discount": 0, "shipping_fee": "0.00", "shipping_fee_id": 0, "stock": 4, "max_buy": 0, "min_stock_alarm": 0, "clicks": 45, "sales": 0, "collects": 1, "star": 0, "evaluates": 0, "shares": 0, "province_id": 8, "city_id": 68, "picture": 168, "keywords": "", "introduction": "", "description": "<p>213123</p>", "QRcode": "upload/goods_qrcode/goods_qrcode_25.png", "code": "", "is_stock_visible": 1, "is_hot": 0, "is_recommend": 0, "is_new": 0, "is_pre_sale": 0, "is_bill": 0, "state": 1, // 商品状态 0下架,1正常,2.车辆发布成功 10违规(禁售) "sale_date": 1571622110, "create_time": 1571622110, "update_time": 1571903560, "sort": 0, "brand_name": null, "brand_pic": null, "category_name": "小型卡车", "pic_cover_micro": "upload/goods/20191021/ec12eb1de604e7099a5f08c3f35ceb43.jpg", "pic_cover_mid": "upload/goods/20191021/8e6351ed296b5d908f1ccc4cabe098342.jpg", "shop_name": "路运 - 二手车", "log_id": 1, "uid": 5, "fav_id": 25, "fav_type": "goods", "shop_logo": "public/static/images/default_img_url/logo.png", "goods_image": "upload/goods/20191021/8e6351ed296b5d908f1ccc4cabe098343.jpg", // 商品主图 "log_price": "123.00", "log_msg": "", "fav_time": "2019-11-01 15:07:51", "is_testing": 1, // 是否检测 "all_type": 2, //所有人类型1.个人 2.企业 3.店铺 "ys_price": "123.00", // 预售价格 "is_yj": 0, // 是否议价 "is_btd": 1, "group_query": [ { "group_id": 3, "shop_id": 0, "group_name": "路运直卖", "pid": 0, "level": 1, "is_visible": 1, "group_pic": "", "sort": 0, "group_dec": "", "is_new": 0, "group_gz": "" }, { "group_id": 5, "shop_id": 0, "group_name": "路云竞拍", "pid": 0, "level": 1, "is_visible": 1, "group_pic": "", "sort": 0, "group_dec": "", "is_new": 0, "group_gz": "" } ], "sku_list": [ { "sku_id": 43, "goods_id": 25, "sku_name": "", "attr_value_items": "", "attr_value_items_format": "", "market_price": "1.00", "price": "123.00", "promote_price": "123.00", "cost_price": "0.00", "stock": 4, "picture": 0, "code": "", "QRcode": "", "create_date": 0, "update_date": 1571903560 } ] } ], "total_count": 1, "page_count": 1 }, "title": "我的收藏" } ```