Changes between Version 77 and Version 78 of baby3.0_developers/interface


Ignore:
Timestamp:
03/04/2016 09:42:15 AM (10 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3.0_developers/interface

    v77 v78  
    449449 || common_session_id ||string ||是 ||用户id|| 
    450450 || pageNo ||int ||是 ||第几页|| 
    451  || pageSize ||int ||是 ||(一页加载10条)|| 
     451 || pageSize ||int ||是 ||每页显示多少条|| 
    452452 || type ||int ||是 ||type:(1代表备孕,2代表怀孕,3代表育儿妈妈, 4代表育儿宝宝0-1岁,5代表育儿宝宝1-6岁)|| 
    453453 || week ||int ||否 ||(在type=2时,必须)怀孕第几周,如week=16为怀孕第16周|| 
     
    459459  >(后端、烧饭、mrobot) 
    460460  **mrobot接口** 
    461   > http://mrobot.pcbaby.com.cn/s/qzbd/cms/fetalShare.xsp?date=1456477501&uid=388 
     461  > http://mrobot.pcbaby.com.cn/s-3600/qzbd/cms/fetalShare.xsp?date=1456477501&uid=388 
    462462  **后端接口** 
    463463  > http://dev4.pcbaby.com.cn:8082/intf/forApp/getBeatAudio.jsp?date=1456477501&uid=388 
     
    465465  >get 
    466466  **是否需要登录:** 
    467   > 
     467  > 
    468468  **返回格式:** 
    469469  >HTML 
    470470  **缓存方式:** 
    471   >无 
    472   **缓存时间:** 
    473   >无 
    474   **请求参数:** 
    475  ||参数名||类型||必须||说明|| 
    476  || uid ||string ||是 ||用户id|| 
    477  || date ||string ||是 ||123456(时间戳)|| 
     471  >有 
     472  **缓存时间:** 
     473  >1h 
     474  **请求参数:** 
     475 ||参数名||类型||必须||说明|| 
     476 ||uid ||long ||是 ||用户id|| 
     477 ||date ||long ||是 ||123456(时间戳)|| 
     478 ||v||int ||是 ||版本号|| 
    478479 
    479480== 12. 删除胎语音频接口: ==