Changes between Version 82 and Version 83 of web-intf


Ignore:
Timestamp:
04/05/2012 01:29:00 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v82 v83  
    8383 
    8484 5.7.1 [#point5701 获取系统通知 ] 
     85 
     86 5.7.2 [#point5702 发送系统通知 ] 
     87 
     88 5.7.3 [#point5703 阅读系统通知 ] 
    8589 
    8690 6. [#point600 Error Code ] 
     
    15681572}}} 
    15691573 
     1574=== 5.7.2 [=#point5702 发送系统通知 ] === 
     1575{{{ 
     1576        URL:/intf/notice-post.jsp,发送系统通知,只有队长才能对小组所有成员发送通知 
     1577        HTTP请求方式:post 
     1578        是否需要登录:是 
     1579        提交参数: 
     1580                act-id:  活动id 
     1581                content:  文字内容,中文先转换带%的转义序列 
     1582                req-enc:请求时字符编码,缺省是UTF-8 
     1583                resp-enc:响应时字符编码,缺省是UTF-8 
     1584        返回参数: 
     1585                {"act-id":131,"status":"Success"} 
     1586        返回参数说明: 
     1587                act-id 活动id 
     1588                status 成功发送状态 
     1589        排序方式: 
     1590                NA 
     1591}}} 
     1592 
     1593=== 5.7.3 [=#point5703 阅读系统通知 ] === 
     1594{{{ 
     1595        URL:/intf/notice-read.jsp,此接口是标记通知为已读,并且标记为已读后,不能够再标记为未读 
     1596        HTTP请求方式:post 
     1597        是否需要登录:是 
     1598        提交参数: 
     1599                notice-ids  通知的id, 多个id 用逗号分割  如4150469,4150469 
     1600                req-enc:请求时字符编码,缺省是UTF-8 
     1601                 resp-enc:响应时字符编码,缺省是UTF-8 
     1602        返回参数: 
     1603                [{"notice-id":4150469,"status":"Success"},{"notice-id":4150469,"status":"Success"}] 
     1604        返回参数说明: 
     1605                notice-id 通知的id 
     1606                status 成功发送状态 
     1607        排序方式: 
     1608                NA 
     1609}}} 
    15701610 
    15711611== 6. [=#point600 Error Code ] ==   
     
    15741614 
    15751615== 7. [=#point700 修改历史 ] == 
     1616 
     16172012-04-05 
     1618      -增加接口:5.7.2  发送系统通知 5.7.3   阅读系统通知 
    15761619 
    157716202012-04-01