Changes between Version 59 and Version 60 of price_jiekou


Ignore:
Timestamp:
02/14/2014 05:58:34 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v59 v60  
    9191    "pageTotal":35, // 数据总数 
    9292    "topicTypeId: 0, //分类ID 
     93   "focus": [ 
     94    { 
     95      "id": "", 
     96      "title": "", 
     97      "image": "", 
     98      "invalid": 1 
     99    } 
     100   ], 
    93101    "topics":[ //数据 
    94102        { 
     
    105113            discount = "0.0折"; //打折数 
    106114            formerPrice = "0.00"; //之前价格 
     115            “eb”:"电商名称", 
    107116        } 
    108117    ], 
     
    424433    common_session_id: 登录后session,Cookies中 
    425434    topicTypeId: 类型(1优惠、2发现、3海淘、4经验、5晒物) 
     435    recommendIndex:推荐类型 
    426436    pageNo: 
    427437    pageSize: 
     
    490500 
    491501 
    492  
    493 === 5.0 内容列表 === 
     502=== 5.0 晒货 === 
     503{{{ 
     504    url: 
     505    参数: 
     506    common_session_id: 登录后session,Cookies中 
     507    pageNo: 
     508    pageSize: 
     509     
     510    请求方法:get 
     511    是否需要登录:否 
     512    返回参数: 
     513{ 
     514topics: [   帖子数组 
     515    { 
     516        id: 48074,   id 
     517        image: "http://img0.pconline.com.cn/pconline/jrzcz/1311/28525424_1384151163247_0_1024x1024.jpg",   导读图 
     518        title: "晒屌丝破车升级20寸轮毂+土豪邻居新车",    标题 
     519        time: "2013-11-13"   发表时间 
     520        cmtCount: 12   评论数量 
     521    } 
     522] 
     523}}} 
     524 
     525=== 6.0 我的消息数 === 
     526{{{ 
     527    url: 
     528    参数: 
     529    common_session_id: 登录后session,Cookies中 
     530     
     531    请求方法:post 
     532    是否需要登录:否 
     533    返回参数: 
     534{ 
     535  "blCount":100   爆料数量 
     536} 
     537}}} 
     538 
     539 
     540=== 7.0 我的爆料 === 
    494541{{{ 
    495542    url: 
     
    500547    typeId: 类型(1优惠、2发现、3海淘、4经验、5晒物)//暂时不用 
    501548     
     549    请求方法:get 
     550    是否需要登录:否 
     551    返回参数: 
     552{ 
     553  "list": [ 
     554    { 
     555      "id": 123, 
     556      "url": "", 
     557      "time": "", 
     558      "image": "http://xxx", 
     559      "status": -1(1已通过,0审核中,-1不通过) 
     560      "reason": "抄袭!" 
     561    }, 
     562   { 
     563      "id": 123, 
     564      "url": "", 
     565      "time": "", 
     566      "image": "http://xxx", 
     567      "status": 1(1已通过,0审核中,-1不通过) 
     568      "award": "奖励5金币", 
     569    } 
     570  ] 
     571} 
     572}}} 
     573 
     574=== 8.0 签到 === 
     575{{{ 
     576    url: 
     577    参数: 
     578    common_session_id: 登录后session,Cookies中 
     579     
    502580    请求方法:post 
    503     是否需要登录:否 
    504     返回参数: 
    505 { 
    506   "focus": [ 
    507     { 
    508       "id": "", 
    509       "title": "", 
    510       "image": "", 
    511       "invalid": 1 
    512     } 
    513   ], 
    514   "products": [ 
    515     { 
    516       "id": 123, 
    517       "title": "", 
    518       "time": "", 
    519       "price": "", 
    520       "des": "", 
    521       "eb": "", 
    522       "image": "http://xxx", 
    523       "invalid": 1, 
    524       "cmtCount": 1, 
    525       "favCount": 1 
    526     } 
    527   ] 
    528 } 
    529 }}} 
     581    是否需要登录:是 
     582    返回参数: 
     583{ 
     584"result": 1(1成功,0失败) 
     585“count”: 2,(已签到次数) 
     586“addgold”:2,(金币增加) 
     587"addpoint"4,(积分增加) 
     588“gold”:100,(金币总数) 
     589"point"100,(积分总数) 
     590} 
     591 
     592}}} 
     593 
     594 
     595=== 9.0用户基本信息 === 
     596{{{ 
     597    url: 
     598    参数: 
     599    common_session_id: 登录后session,Cookies中 
     600     
     601    请求方法:get 
     602    是否需要登录:是 
     603    返回参数: 
     604{ 
     605"name":"用户名", 
     606"gold":50, 
     607"point"100 
     608} 
     609 
     610}}}