Showing
1 changed file
with
140 additions
and
19 deletions
@@ -2322,35 +2322,156 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | @@ -2322,35 +2322,156 @@ code为200即为成功且只会返回200,每次都会有响应结果。 | ||
2322 | #### 参看: http://git.dev.yoho.cn/yoho-documents/api-interfaces/blob/master/%E5%95%86%E5%93%81%E5%88%97%E8%A1%A8/product.md | 2322 | #### 参看: http://git.dev.yoho.cn/yoho-documents/api-interfaces/blob/master/%E5%95%86%E5%93%81%E5%88%97%E8%A1%A8/product.md |
2323 | 2323 | ||
2324 | 2324 | ||
2325 | -## 5、奥莱潮品速递的商品列表(app.search.trend) ,按照库存+销量由高到低排序(order=storageNum:desc,sales_num:desc),过滤无货商品(stocknumber=1),固定30个 | 2325 | +## 5、奥莱潮品速递的商品列表(app.search.trend) |
2326 | +### 按照库存+销量由高到低排序(order=storageNum:desc,sales_num:desc),过滤无货商品(stocknumber=1),固定30个 | ||
2326 | 2327 | ||
2327 | #### 请求参数 | 2328 | #### 请求参数 |
2328 | | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | | 2329 | | 名称 | 类型 | 是否必须 | 示例值 | 默认值 | 描述 | |
2329 | | :-- | :-- | :-- | :-- | :-- | :-- | | 2330 | | :-- | :-- | :-- | :-- | :-- | :-- | |
2330 | | method | String |是 | app.search.trend| |请求方法| | 2331 | | method | String |是 | app.search.trend| |请求方法| |
2331 | -| limit | int | 否 | 30 ||每页展示条数,默认10条| | ||
2332 | -| sort | String | 否 | "116,117,115,119,124,122,413,258,173,227,125,118,121,123,114,293" ||查询小分类ID,查多个小类以逗号分隔| | ||
2333 | -| page | int | 否 | 1 ||当前页| | ||
2334 | | yh_channel | String | 否 | "1" ||频道| | 2332 | | yh_channel | String | 否 | "1" ||频道| |
2335 | -| order | String | 否 | "s_t_desc" ||排序信息 | | ||
2336 | -| p_d | String | 否 | "0.7" ||打折区间,以逗号分隔| | ||
2337 | -| color | String | 否 | "145" ||颜色ID| | ||
2338 | -| brand | String | 否 | "125" ||品牌ID| | ||
2339 | -| shop | String | 否 | "155" ||店铺ID| | ||
2340 | -| price | String | 否 | "300,600" ||价格区间,以逗号分隔| | ||
2341 | -| size | String | 否 | "16,17" ||尺寸ID,以逗号分隔| | ||
2342 | -| msort | String | 否 | "95" ||产品大分类ID| | ||
2343 | -| misort | String | 否 | "918" ||产品中分类ID| | ||
2344 | -| standard | String[] | 否 | standard=13&standard=25 ||规格| | ||
2345 | -| categoryId | String | 否 | "5" ||运营二级分类ID| | ||
2346 | -| subCategoryId | String | 否 | "45" || 运营三级分类ID| | 2333 | +| order | String | 否 | "s_s_desc,s_n_desc" ||排序信息 | |
2347 | | gender | String | 否 | "1,3" ||性别,以逗号分隔| | 2334 | | gender | String | 否 | "1,3" ||性别,以逗号分隔| |
2335 | +| stocknumber | int | 否 | 1 ||“stocknumber=1”,则过滤出库存量>=1的商品| | ||
2336 | +| limit | int | 否 | 30 ||每页展示条数,默认10条| | ||
2348 | | outlets | int | 否 | 1 ||outlets=1 奥莱商品 outlets=2非奥莱商品| | 2337 | | outlets | int | 否 | 1 ||outlets=1 奥莱商品 outlets=2非奥莱商品| |
2349 | 2338 | ||
2350 | 2339 | ||
2351 | -#### 注意:与以前方式兼容,如果筛选奥莱,只需增加outlets=1的请求参数 | ||
2352 | - | ||
2353 | ### 响应 | 2340 | ### 响应 |
2354 | code为200即为成功且只会返回200,每次都会有响应结果。 | 2341 | code为200即为成功且只会返回200,每次都会有响应结果。 |
2355 | 响应JSON格式如下所示: | 2342 | 响应JSON格式如下所示: |
2356 | -```json | ||
2343 | +```json | ||
2344 | +{ | ||
2345 | + "alg": "SALT_MD5", | ||
2346 | + "code": 200, | ||
2347 | + "data": { | ||
2348 | + "page": 1, | ||
2349 | + "page_total": 1, | ||
2350 | + "product_list": [ | ||
2351 | + { | ||
2352 | + "brand_domain": "clottee", | ||
2353 | + "brand_id": 518, | ||
2354 | + "brand_name": "CLOTtee", | ||
2355 | + "cn_alphabet": "CLA503OJ34ChongFengYi", | ||
2356 | + "default_images": "http://img11.static.yhbimg.com/goodsimg/2015/09/30/08/01d2be5e9d6a18d8958484fede5af853bd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2357 | + "edit_time": 1452654408, | ||
2358 | + "gender": "1", | ||
2359 | + "goods_list": [ | ||
2360 | + { | ||
2361 | + "color_code": "333333", | ||
2362 | + "color_id": "2", | ||
2363 | + "color_name": "黑色", | ||
2364 | + "color_value": "", | ||
2365 | + "cover_1": "", | ||
2366 | + "cover_2": "", | ||
2367 | + "goods_id": "314411", | ||
2368 | + "images_url": "http://img11.static.yhbimg.com/goodsimg/2015/09/30/08/01d2be5e9d6a18d8958484fede5af853bd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2369 | + "is_default": "N", | ||
2370 | + "product_skc": "258548", | ||
2371 | + "status": "1" | ||
2372 | + } | ||
2373 | + ], | ||
2374 | + "is_advance": "N", | ||
2375 | + "is_discount": "Y", | ||
2376 | + "is_limited": "N", | ||
2377 | + "is_new": "N", | ||
2378 | + "is_outlets": 1, | ||
2379 | + "is_promotion": 101, | ||
2380 | + "is_soon_sold_out": "N", | ||
2381 | + "is_special": "N", | ||
2382 | + "market_price": 699, | ||
2383 | + "max_sort_id": 1, | ||
2384 | + "middle_sort_id": 226, | ||
2385 | + "product_id": 239715, | ||
2386 | + "product_name": "CLOTtee camouflage Printing Coat Tech Jacket", | ||
2387 | + "product_skn": 51134695, | ||
2388 | + "sales_num": 2, | ||
2389 | + "sales_phrase": "", | ||
2390 | + "sales_price": 139, | ||
2391 | + "shelve_time": 1452654408, | ||
2392 | + "small_sort_id": 227, | ||
2393 | + "status": 1, | ||
2394 | + "stock_number": 765, | ||
2395 | + "storage_num": 765, | ||
2396 | + "tags": [ | ||
2397 | + "is_discount" | ||
2398 | + ], | ||
2399 | + "vip1_price": 132.04999999999998, | ||
2400 | + "vip2_price": 125.10000000000001, | ||
2401 | + "vip3_price": 122.32000000000001, | ||
2402 | + "vip_discount_type": 3, | ||
2403 | + "vip_price": 0 | ||
2404 | + }, | ||
2405 | + { | ||
2406 | + "brand_domain": "lhouse", | ||
2407 | + "brand_id": 72, | ||
2408 | + "brand_name": "L-HOUSE", | ||
2409 | + "cn_alphabet": "LHOUSEA308XiangJiLPANTXu", | ||
2410 | + "default_images": "http://img12.static.yhbimg.com/goodsimg/2013/05/09/15/023d3a7e390c20c471978c847600399ba8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2411 | + "edit_time": 1395997048, | ||
2412 | + "gender": "1", | ||
2413 | + "goods_list": [ | ||
2414 | + { | ||
2415 | + "color_code": "FFFFFF", | ||
2416 | + "color_id": "1", | ||
2417 | + "color_name": "白", | ||
2418 | + "color_value": "", | ||
2419 | + "cover_1": "", | ||
2420 | + "cover_2": "", | ||
2421 | + "goods_id": "59474", | ||
2422 | + "images_url": "http://img12.static.yhbimg.com/goodsimg/2013/05/09/15/023d3a7e390c20c471978c847600399ba8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2423 | + "is_default": "Y", | ||
2424 | + "product_skc": "96567", | ||
2425 | + "status": "1" | ||
2426 | + }, | ||
2427 | + { | ||
2428 | + "color_code": "0000fe", | ||
2429 | + "color_id": "7", | ||
2430 | + "color_name": "蓝", | ||
2431 | + "color_value": "", | ||
2432 | + "cover_1": "", | ||
2433 | + "cover_2": "", | ||
2434 | + "goods_id": "59475", | ||
2435 | + "images_url": "http://img11.static.yhbimg.com/goodsimg/2013/05/09/16/0102c226f7faa1274e05cc038dc3c29f9f.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2436 | + "is_default": "N", | ||
2437 | + "product_skc": "96568", | ||
2438 | + "status": "1" | ||
2439 | + } | ||
2440 | + ], | ||
2441 | + "is_advance": "N", | ||
2442 | + "is_discount": "N", | ||
2443 | + "is_limited": "N", | ||
2444 | + "is_new": "N", | ||
2445 | + "is_outlets": 1, | ||
2446 | + "is_promotion": 0, | ||
2447 | + "is_soon_sold_out": "Y", | ||
2448 | + "is_special": "N", | ||
2449 | + "market_price": 148, | ||
2450 | + "max_sort_id": 1, | ||
2451 | + "middle_sort_id": 11, | ||
2452 | + "product_id": 38518, | ||
2453 | + "product_name": "L-HOUSE 相机LPAN T恤", | ||
2454 | + "product_skn": 51009846, | ||
2455 | + "sales_num": 65, | ||
2456 | + "sales_price": 148, | ||
2457 | + "shelve_time": 1395997048, | ||
2458 | + "small_sort_id": 114, | ||
2459 | + "status": 1, | ||
2460 | + "stock_number": 2, | ||
2461 | + "storage_num": 2, | ||
2462 | + "tags": [ | ||
2463 | + "is_soon_sold_out" | ||
2464 | + ], | ||
2465 | + "vip1_price": 140.6, | ||
2466 | + "vip2_price": 133.20000000000002, | ||
2467 | + "vip3_price": 130.24, | ||
2468 | + "vip_discount_type": 3, | ||
2469 | + "vip_price": 0 | ||
2470 | + } | ||
2471 | + ], | ||
2472 | + "total": 2 | ||
2473 | + }, | ||
2474 | + "md5": "9031c46086142121fb952269af79ee8c", | ||
2475 | + "message": "outlets trend courier product list" | ||
2476 | +} | ||
2477 | +``` |
-
Please register or login to post a comment