Changes between Version 85 and Version 86 of baby/interface


Ignore:
Timestamp:
07/23/2014 11:54:40 AM (12 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v85 v86  
    852852=== 6.0 个人中心 === 
    853853==== 6.1消息中心 ==== 
     854===== 6.1.0 更新未读消息接口 ===== 
     855{{{ 
     856  备注:更新未读消息接口 
     857  接口开发:郭公仆 
     858  请求URL:http://my.pcbaby.con.cn//user/action/message/updateNoticeStatus.jsp 
     859  HTTP请求方式:post 
     860  是否需要登录:否 
     861  返回格式:JSON 
     862  缓存方式:无 
     863  缓存时间:无 
     864  请求参数: 
     865  common_sessin_id: 
     866  ids: 消息id,用英文逗号分隔 
     867  返回参数: 
     868  无 
     869}}} 
     870 
    854871===== 6.1.1 圈子回复数 ===== 
    855872{{{ 
     
    868885    "HTTP_STATUS_CODE": 200, 
    869886    "myTopicsCount": 0 
     887    ids: 消息id,用英文逗号分隔 
    870888} 
    871889}}}