Changes between Version 3 and Version 4 of baby2.2_developers/interface


Ignore:
Timestamp:
03/03/2015 05:19:26 PM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby2.2_developers/interface

    v3 v4  
    3838  缓存时间: 
    3939  请求参数: 
    40   common_session_id:登录用户id 
     40  设置header  Cookie = "common_session_id=xxxx"; 
    4141 
    4242  返回参数 
     
    4848 
    4949}}} 
     50 
     51==== 1.2 我的问答数量 ==== 
     52{{{ 
     53  备注:获取我的问答数量 
     54  接口开发:卢海潮 
     55  mrobot请求URL: 
     56  后端请求URL:http://kuaiwen.pcbaby.com.cn/intf/app/my_questions_nums.jsp 
     57  接口说明:http://rdtrac.pc.com.cn/kuaiwen_baby/ticket/9 
     58  HTTP请求方式:get 
     59  是否需要登录:是 
     60  返回格式:JSON 
     61  缓存方式:无 
     62  缓存时间:无 
     63  请求参数: 
     64  设置header  Cookie = "common_session_id=xxxx"; 
     65  返回参数 
     66  { 
     67   solvedCount:已解决数量 
     68   unsolvedCount:未解决数量 
     69  } 
     70}}}