wiki:yimei1.0.0_api

Version 1 (modified by xuzhongzhou, 11 years ago) (diff)

--

Table of Contents

  1. 首页列表数据接口

聚超值2.0.0接口文档

首页列表数据接口

index

后端接口

 首页数据接口  焦点图

说明

获取推荐首页列表数据 + 焦点图(另外的接口,当pageNo为1时返回)

提交方式

GET

参数

参数名 参数含义 类型 默认值 是否必须
pageNo页数int1
pageSize页面大小int10

返回

{
  status: 0,
  msg: "请求成功",
  pageNo: 1,
  pageSize: 20,
  total: 100,
  listIndex: [
    {
      type: 1,
      value: "$topic"
    },
    {
      type: 2,
      value: {
        adId: 51,
        adTitle: "好东西哇",
        price: "12块包邮",
        imageUrl: "",
        seq: 1,
        positionIndex: 5,
        topic: "$topic",
        url: "http://g.pconline.com.cn/a/73727.html",
        urlType: 1,
        seq: 3
      }
    },
    {
      type: 3,
      value: {
        id: 1,
        name: '铃木口琴',
        num: 1,
        applyNum: 12,
        status: 1,
        finalTime: '2014-10-10 10:11:10',
        img_540_270: '',
        price: 100,
        score: 10,
        gold: 10,
        detail: ''
      }
    },
    {
      type: 4,
      value: {
        giftId: 1,
        subGiftDesc: "好礼物",
        giftStock: "$giftStock",
        giftExchangeRule: "$giftExchangeRule",
        name: "京东卡",
        mallName: '京东',
        type: 1,
        imageUrl: "http://a.cn/1.png",
        orderNum: 1,
        giftPrice: 12.00,
        createTime: 13251245124000,
        disCount: "满400减20",
        expiryDate: 13621321521000,
        mallId: 12,
        remainingDay: 2
      }
    }
  ],
  listFocus: [
    {
      focusImageId: 12,
      typeId: 1,
      imageUrl: "http://img.pconline.com.cn/7.jpg",
      seq: 1,
      positionIndex: 1,
      focusTitle: "现货直接买!iPhone6 Plus 64G三网通5K1",
      topicId: 125,
      sectionType: 1,
      url: "http://a.c.com/1.do",
      createAt: 136521542140000
    }
  ]
}

 $topic  $giftStock  $giftExchangeRule


Attachments