Changes between Version 64 and Version 65 of price_jiekou


Ignore:
Timestamp:
02/17/2014 02:44:10 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v64 v65  
    528528    参数: 
    529529    common_session_id: 登录后session,Cookies中 
    530      
     530    blTime:上次访问爆料时间 
     531    plTime:上次访问评论时间 
    531532    请求方法:post 
    532533    是否需要登录:否 
     
    534535{ 
    535536  "blCount":100   爆料数量 
     537  "plCount":100   评论数量 
    536538} 
    537539}}} 
     
    548550     
    549551    请求方法:get 
    550     是否需要登录: 
     552    是否需要登录: 
    551553    返回参数: 
    552554{ 
     
    555557      "id": 123, 
    556558      "url": "", 
    557       "time": "", 
     559      "time": 12312312, 
    558560      "image": "http://xxx", 
    559561      "status": -1(1已通过,0审核中,-1不通过) 
     
    563565      "id": 123, 
    564566      "url": "", 
    565       "time": "", 
     567      "time": 12312312, 
    566568      "image": "http://xxx", 
    567569      "status": 1(1已通过,0审核中,-1不通过) 
     
    574576=== 8.0 签到 === 
    575577{{{ 
    576     url: 
     578    url:http://192.168.50.32:8082/intf/iphone/signInForApp.jsp 
    577579    参数: 
    578580    common_session_id: 登录后session,Cookies中 
     
    582584    返回参数: 
    583585{ 
    584 "result": 1(1成功,0失败,2已签到) 
     586"status": 1(1成功,0失败,2已签到) 
    585587"msg":"签到成功", 
    586588“day”: 2,(已签到次数) 
     
    599601    参数: 
    600602    common_session_id: 登录后session,Cookies中 
    601      
     603    userId  
    602604    请求方法:get 
    603605    是否需要登录:是 
     
    606608"name":"用户名", 
    607609"gold":50, 
    608 "point"100 
    609 } 
    610 已过期: 
    611 { 
    612 "result":TRUE 
    613 } 
    614  
    615 }}} 
     610"point"100, 
     611"status":(1成功,0是登录,-1是未登录) 
     612} 
     613 
     614}}}