product_not_like.md
3.93 KB
1、标记不喜欢商品
(method=app.product.notLike) 请求方式:get
请求参数
参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|
product_skn | Integer | 否 | 51038503 | null | 商品skn |
yh_channel | String | 是 | 1 | null | 频道(1或2) |
uid | String | 是 | 9963947 | 无 | uid别 |
udid | String | 是 | 7ce5433b0eb9b527599fd5ef319773bc2f5d94d8 | null | 设备号 |
rec_pos | String | 否 | 100001 | null | 推荐位 |
client_type | String | 是 | iphone | null | 客户端类型 |
响应
code为200即为成功且只会返回200,每次都会有响应结果。 响应JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"product_list": [
{
"vip1_price": 599,
"first_shelve_time": 1486461924,
"is_outlets": 2,
"brand_domain": "Nike",
"is_special": "N",
"goods_list": [
{
"color_id": "7",
"storage_num": 5,
"product_skc": 648558,
"cover_1": "",
"goods_id": "668522",
"images_url": "http://img12.static.yhbimg.com/goodsimg/2017/01/19/10/025bb70daacc31170dcc1292dad7bad25d.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"color_name": "蓝色",
"cover_2": "",
"color_value": "",
"is_default": "Y",
"color_code": "0000fe",
"status": "1"
}
],
"product_id": 505956,
"is_advance": "N",
"is_student_rebate": "N",
"cn_alphabet": "boytaozhuangaa(ceshidaoru)70",
"is_deposit_advance": "N",
"is_student_price": "N",
"edit_time": 1486461924,
"is_new": "N",
"brand_name": "Nike",
"max_sort_id": 1,
"product_name": "boy套装aa(测试导入)70",
"brand_id": 248,
"tags": [],
"default_images": "http://img12.static.yhbimg.com/goodsimg/2017/01/19/10/025bb70daacc31170dcc1292dad7bad25d.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"shop_id": 792,
"stock_number": 5,
"is_soon_sold_out": "N",
"market_price": 669,
"vip_price": 0,
"country_id": 2,
"status": 1,
"small_sort_id": 334,
"is_seckill": "N",
"gender": "1",
"vip3_price": 599,
"is_global": "N",
"is_discount": "Y",
"tbl_plane": "N",
"vip_discount_type": 3,
"sales_num": 0,
"sales_phrase": "验证超长字符验证超长字符",
"product_skn": 512585254,
"shelve_time": 1486461924,
"vip2_price": 599,
"age_level": "3,2",
"is_limited": "N",
"storage_num": 5,
"middle_sort_id": 412,
"sales_price": 599,
"is_promotion": 0,
"is_limitbuy": "N"
}
],
"page_size": 1
},
"md5": "b51ff5a53592589d5f72f3e6d8deaaa7",
"message": "Search List."
}