Changes between Version 4 and Version 5 of pcauto_4.2.0/interface


Ignore:
Timestamp:
02/20/2014 04:25:14 PM (12 years ago)
Author:
maozhijun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.2.0/interface

    v4 v5  
    114114=== 2.8  [=#point208 收到的私信列表]=== 
    115115{{{ 
    116 接口URL:http://mrobot.pcauto.com.cn/v3/bbs/getMessageList?pageSize=20&pageNo=1 
    117 接口是否已经完善:否 
    118 }}} 
    119  
    120 === 2.9  [=#point209 发出的私信列表]=== 
    121 {{{ 
    122 接口URL: 
    123 接口是否已经完善:否 
    124 }}} 
    125  
    126 === 2.10  [=#point210 获取系统消息接口]=== 
    127 {{{ 
    128 接口URL:http://bip.pcauto.com.cn/intf/sysnotice.jsp 
    129  
     116接口URL:http://bip.pcauto.com.cn/intf/message.jsp 
    130117必填参数: 
    131118act=find 
    132119siteId=网站ID(1是电脑网,2是汽车网,3是游戏网,4是女性网,5是亲子网,6是家居网) 
     120status=-1(-1为已读和未读,0表示未读,1表示已读) 
     121 
     122非必要参数: 
     123pageNo=页码 
     124pageSize=一页条数,默认20,最大500 
     125 
     126是否需要登录:是 
     127返回格式:json  
     128支持跨域:是 
     129支持回调:是 
     130缓存方式:无 
     131缓存时间:无 
     132 
     133返回结果: 
     134{ 
     135    total: 总的条数 
     136    pageNo: 页码 
     137    pageCount: 页数 
     138    pageSize: 每页条数 
     139    resultList:{ 
     140        id: 消息ID 
     141        content: 消息内容 
     142        createTime: 发送时间 
     143        status: 阅读状态 
     144        accountId: 用户ID 
     145        senderId: 发送者ID 
     146        replyId: 回复ID 
     147        showStatus: 显示状态 
     148    } 
     149} 
     150}}} 
     151 
     152=== 2.9  [=#point209 发出的私信列表]=== 
     153{{{ 
     154接口URL: 
     155接口是否已经完善:否 
     156}}} 
     157 
     158=== 2.10  [=#point210 获取系统消息接口]=== 
     159{{{ 
     160接口URL:http://bip.pcauto.com.cn/intf/sysnotice.jsp 
     161 
     162必填参数: 
     163act=find 
     164siteId=网站ID(1是电脑网,2是汽车网,3是游戏网,4是女性网,5是亲子网,6是家居网) 
     165status=-1(-1为已读和未读,0表示未读,1表示已读) 
    133166 
    134167非必要参数: 
     
    176209groupType: 消息分组 
    177210resultText: 操作结果 
    178  
    179211} 
    180212}}}