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


Ignore:
Timestamp:
05/25/2015 10:30:13 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby2.3_developers/interface

    v4 v5  
    299299} 
    300300}}} 
     301 
     302==== 2.1怀孕本周知识 ==== 
     303{{{ 
     304  备注:怀孕本周知识 
     305  接口开发: 
     306  mrobot接口: 
     307  后端URL: 
     308  HTTP请求方式:get 
     309  是否需要登录:否 
     310  返回格式:JSON 
     311  缓存方式:无 
     312  缓存时间:无 
     313  请求参数: 
     314  lemmaId:时间轴id 
     315   
     316  返回参数: 
     317 { 
     318   "timeline": [ //本周知识内容 
     319    { 
     320      "index":{   //发育指标 
     321            "section": [ 
     322                { 
     323                    "description": "胎长约38.5cm,胎重约1600g。这时候他已有4个佛手柑那么重了。现在,你的体重可能已经增加了8.5kg。小腹更加突出了。", 
     324                    "id": 245, 
     325                    "image": "http://img.pcbaby.com.cn/images/upload/upc/tx/baby_baike/1408/01/c0/36948482_1406875934412.jpg", //高清大图 
     326                    "title": "胎儿发育和妈妈变化", 
     327                    "type": "11" 
     328                } 
     329            ], 
     330            "sectionListCount": 1, 
     331            "title": "发育指标" 
     332      }, 
     333     "point": {    //知识点概括 
     334            "section": [  
     335                { 
     336                    "description": "进入孕后期,你可能会感到尿频和总有尿不完的感觉。这个阶段有将近80%的孕妇为尿频困扰,很多孕妈妈在夜间需要更频繁地起床跑厕所。", 
     337                    "id": 511, 
     338                    "title": "孕妇尿频", 
     339                    "type": "11" 
     340                }, 
     341                { 
     342                    "description": "孕期气短通常没有什么大碍,也很正常。在日常生活中把节奏放慢一些,活动或运动的时候,不要太勉强自己。", 
     343                    "id": 633, 
     344                    "title": "孕妇气短", 
     345                    "type": "11" 
     346                } 
     347            ], 
     348            "sectionListCount": 2, 
     349            "title": "准爸准妈必读" 
     350     }, 
     351     "lemmaId":281 //时间轴id 
     352     "timeNode":"11周整" 
     353    } 
     354    ... 
     355  ] 
     356} 
     357}}}