Changes between Version 6 and Version 7 of baby/interface


Ignore:
Timestamp:
06/03/2014 06:03:49 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v6 v7  
    287287}}} 
    288288 
     289 
     290==== 3.2文章搜索 ==== 
     291{{{ 
     292    备注:文章搜索 
     293    请求URL:http:// 
     294    HTTP请求方式:get 
     295    是否需要登录:否 
     296    返回格式:JSON 
     297    缓存方式:无 
     298    缓存时间:无 
     299    请求参数: 
     300    id:食谱id 
     301    返回参数 
     302    { 
     303     datas:[ 
     304        { 
     305          "cmtCount": 0, 
     306          "id": "1455932", 
     307          "image": "http://img0.pcbaby.com.cn/pcbaby/2tai/beiyun/zhunbei/1404/beiyun1-184128_1.jpg", 
     308          "pubDate": "2014-03-27 11:56:18", 
     309          "title": "为啥二胎比一胎难怀?解密真相", 
     310          "url": "http://2tai.pcbaby.com.cn/145/1455932.html" 
     311        } 
     312     ] 
     313    } 
     314}}} 
     315 
    289316=== 4.0交流圈 === 
    290317==== 4.1生活圈帖子列表 ==== 
     
    819846  请求参数: 
    820847  设置header  Cookie = "common_session_id=xxxx"; 
     848  token:设备唯一号 
    821849  id: 
    822850  type:1文章  2帖子  3百科 4问答 5课程  6食谱 
     
    839867  请求参数: 
    840868  设置header  Cookie = "common_session_id=xxxx"; 
     869  token:设备唯一号 
    841870  id: 
    842871  type:1文章  2帖子  3百科 4问答 5课程  6食谱