product_single_day.md 4.14 KB

1、单品日列表

(method=app.product.singleDay) 请求方式:get

请求参数

参数名称 参数类型 可否为空 示例 默认值 备注
channel_id Integer 1 null 频道
tab_name String 联名限定 null tab名称
limit Integer 20 20 页记录数
page Integer 1 1 页数

注意,通用的头部没有列出。
请求示例 http://172.16.6.157:8080/gateway/?app_version=4.9.2&client_type=h5&method=app.product.singleDay&os_version=yohobuy%3Ah5&screen_size=720x1280&session_key=&debug=XYZ&page=2&limit=20&channel_id=1&tab_name=%E8%81%94%E5%90%8D%E9%99%90%E5%AE%9A&v=7&client_secret=420eeac80e35c7d5b2e1916a458fa5c3

响应

code为200即为成功且只会返回200,每次都会有响应结果。 响应JSON格式如下所示:

{
    "alg": "SALT_MD5",
    "code": 200,
    "data": [
        {
            "cnAlphabet": "K*FACTO.2YNvShiZhaRanBeiXin",
            "channelId": 3,
            "goodsId": 1109,
            "id": 106370,
            "marketPrice": 11,
            "productDesc": "#Yoho!Buy限定联名T恤#",
            "productId": 945,
            "productLink": "http://img10.static.yhbimg.com/goodsimg/2016/08/02/15/018abe2f03d841a5e52492acb439dcc71a.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center/quality/90",
            "productSkn": 50000154,
            "productTitle": "Genanx 夏木电影同款:黑色插肩款棒球夹克",
            "salesPhrase": "我的圣诞节!!!",
            "salesPrice": 10,
            "status": "",
            "tabName": "首发"
        },
        {
            "cnAlphabet": "LOOK AT ME GAGAShuangCengJingMAINLINE159",
            "channelId": 3,
            "goodsId": 1117,
            "id": 106382,
            "marketPrice": 530,
            "productDesc": "#Yoho!Buy限定联名T恤#",
            "productId": 951,
            "productLink": "http://img10.static.yhbimg.com/goodsimg/2016/08/02/15/018abe2f03d841a5e52492acb439dcc71a.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center/quality/90",
            "productSkn": 50000231,
            "productTitle": "Genanx 夏木电影同款:黑色插肩款棒球夹克",
            "salesPhrase": "我的圣诞节!!!",
            "salesPrice": 529,
            "status": "",
            "tabName": "首发"
        }
    ],
    "md5": "77658d077628ff9c394297ef2efd1e0d",
    "message": "product productSingleDay Info"
}

2、标签名称列表

(method=app.product.singleDayTabNameList) 请求方式:get

请求参数

参数名称 参数类型 可否为空 示例 默认值 备注
channel_id Integer 1 null 频道

注意,通用的头部没有列出。
请求示例 http://192.168.102.205:8080/gateway/?app_version=4.9.2&client_type=h5&method=app.product.singleDayTabNameList&channel_id=3&debug=XYZ&client_secret=420eeac80e35c7d5b2e1916a458fa5c3

响应

code为200即为成功且只会返回200,每次都会有响应结果。 响应JSON格式如下所示:

{
    "alg": "SALT_MD5",
    "code": 200,
    "data": [
        "联名限定",
        "首发"
    ],
    "md5": "3509978a71a475b98e07203b60bf9f1c",
    "message": "product singleDayTabNameList Info"
}

3、清缓存接口

(method=clear.product.singleDayCache) 请求方式:get

请求参数

参数名称 参数类型 可否为空 示例 默认值 备注
channelIds String 1,2 null 频道ID,用英文,隔开

注意,通用的头部没有列出。
请求示例 http://172.16.6.157:8080/gateway/?app_version=4.9.2&client_type=h5&method=clear.product.singleDayCache&channelIds=1,2&client_secret=420eeac80e35c7d5b2e1916a458fa5c3

响应

code为200即为成功且只会返回200,每次都会有响应结果。 响应JSON格式如下所示:

{
    "alg": "SALT_MD5",
    "code": 200,
    "data": "clear OK!!",
    "md5": "4fee7747ae4b562c74b2c097db670cd7",
    "message": "clear product_single_day cache"
}