Changes between Version 90 and Version 91 of baby/interface


Ignore:
Timestamp:
07/24/2014 03:22:56 PM (12 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v90 v91  
    8585  备注:工具类首页 
    8686  接口开发:庄焕滨 
    87   请求URL:http:// 
    88   HTTP请求方式:get 
    89   是否需要登录:否 
    90   返回格式:JSON 
    91   缓存方式:无 
    92   缓存时间:无 
    93   请求参数: 
    94   { 
    95     tools:[ 
    96       { 
    97         id: 
    98         url:  
    99         uri: policy-search表示二胎政策查询,pregnancy-calendar表示备孕日历,除此两个,此值为空 
    100         name: 
    101         image: 
    102       } 
    103     ] 
    104   } 
     87  请求URL:http://www.pcbaby.com.cn/app/qzbd2/app/ 
     88  HTTP请求方式:get 
     89  是否需要登录:否 
     90  返回格式:JSON 
     91  缓存方式:无 
     92  缓存时间:无 
     93  备注:备孕日历,二胎办事指南这两个工具本地实现,其他请求html页面 
     94  请求参数: 
     95  { 
     96    beiyun:[ 
     97     { 
     98      "image": "http://www1.pcbaby.com.cn/gongju/tool_icon/10.png", 
     99      "name": "备孕日历", 
     100      "url": "", 
     101      "uri": "pregnancy-calendar"  //备孕日历跳转协议 
     102    }, 
     103    { 
     104      "image": "http://www1.pcbaby.com.cn/gongju/tool_icon/11.png", 
     105      "name": "二胎办事指南", 
     106      "url": "", 
     107      "uri": "policy-search"  //二胎办事指南跳转协议 
     108    }, 
     109    { 
     110      "image": "http://www1.pcbaby.com.cn/gongju/tool_icon/9.png", 
     111      "name": "排卵期安全期", 
     112      "url": "http://m.pcbaby.com.cn/tools/aqq/",  //其他类型工具,url值不为空 
     113      "uri": ""                                                          //无需本地实现的工具, uri值为空 
     114    }, 
     115    ... 
     116    ], 
     117   "huaiyun": [ 
     118    ... 
     119   ], 
     120   "yuer": [ 
     121   ... 
     122   ], 
     123   "qita": [ 
     124   ... 
     125  ] 
     126 } 
    105127   
    106128}}} 
     
    110132  备注:其他工具 
    111133  接口开发: 
    112   请求URL:http:// 
     134  请求URL:(取接口2.1返回数据中,某个工具字典里对应的url值) 
    113135  HTTP请求方式:get 
    114136  是否需要登录:否 
     
    670692       replyTime:回复时间戳 
    671693       topicAuthorId: 主贴用户id 
    672        source: 来源   0(私语)/1(话题) 
    673694    } 
    674695   ]