Authored by caoyan

add

  1 +## 1、PC获取搜索banner广告接口##
  2 +
  3 +(method=web.search.banner)
  4 +#### 请求参数
  5 +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
  6 +|:-------| -----:|-----:|-----:|-----:|----:|
  7 +|position_id|int|否|10|0|位置ID|
  8 +|max_sort_id|int|是1|0|一级分类|
  9 +|middle_sort_id|int|是|0|0|二级分类|
  10 +|gender|String|是|1|null|性别|
  11 +|brand|String|是|9,6,7|0|品牌|
  12 +|style|String|是|5,6,4|0|款型|
  13 +|color|int|是|0|0|颜色|
  14 +|price|String|是|100|0|价格|
  15 +|size_id|int|是|0|0|尺码ID|
  16 +
  17 +注意,通用的头部没有列出。
  18 +请求示例
  19 +http://devapi.yoho.cn:58078/?debug=XYZ&app_version=3.8.2&client_type=android&os_version=yohobuy%3Ah5&screen_size=720x1280&v=7&method=app.search.banner&position_id=10&max_sort_id=1&gender=1
  20 +
  21 +### 响应
  22 +code为200即为成功,否则是失败。
  23 +响应JSON格式如下所示:
  24 +```json
  25 +{
  26 + "alg": "SALT_MD5",
  27 + "code": 200,
  28 + "data": {
  29 + "intro": "上衣的分类有休闲衬衫、军便装、夹克衫、两用衫、T恤等等类型,<br>\r\n最新的潮流男装都在这里。<br>\r\n我们集合了300+潮流品牌设计,以及更优惠的限时促销。\r\n",
  30 + "keyword": "[{\"url\":\"http://list.yohobuy.com/?gender=1,3&msort=1&misort=16\",\"word\":\"卫衣\"},{\"url\":\"http://list.yohobuy.com/?gender=1,3&msort=1&misort=12\",\"word\":\"衬衫\"},{\"url\":\"http://list.yohobuy.com/?gender=1,3&msort=1&misort=257\",\"word\":\"毛衣/针织\"},{\"url\":\"http://list.yohobuy.com/?gender=1,3&msort=1&misort=11\",\"word\":\"T恤\"},{\"url\":\"http://list.yohobuy.com/?gender=1,3&msort=1&misort=21\",\"word\":\"夹克\"}]",
  31 + "logo": "http://img10.static.yhbimg.com/adpic/2015/03/31/07/01b19b291abe24e1ad93401901ab6f85a0.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
  32 + "result": "1",
  33 + "subtitle": "NEW IN: CLOTHING",
  34 + "title": "男 装",
  35 + "url": ""
  36 + },
  37 + "md5": "e01ebfed4b10df2f29ee3e4d7edc02dd",
  38 + "message": "searchBanner"
  39 +}
  40 +```