Changes between Version 6 and Version 7 of pcauto_4.2.0/interface


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.2.0/interface

    v6 v7  
    169169=== 2.9  [=#point209 发出的私信列表]=== 
    170170{{{ 
    171 接口URL: 
    172 接口是否已经完善:否 
     171接口URL:http://bip.pcauto.com.cn/intf/message.jsp 
     172必填参数: 
     173act=findOut 
     174siteId=网站ID(1是电脑网,2是汽车网,3是游戏网,4是女性网,5是亲子网,6是家居网) 
     175status=-1(-1为已读和未读,0表示未读,1表示已读) 
     176 
     177非必要参数: 
     178pageNo=页码 
     179pageSize=一页条数,默认20,最大500 
     180 
     181是否需要登录:是 
     182返回格式:json  
     183支持跨域:是 
     184支持回调:是 
     185缓存方式:无 
     186缓存时间:无 
     187 
     188返回结果: 
     189{ 
     190    total: 总的条数 
     191    pageNo: 页码 
     192    pageCount: 页数 
     193    pageSize: 每页条数 
     194    resultList:{ 
     195        id: 消息ID 
     196        content: 消息内容 
     197        createTime: 发送时间 
     198        accountId: 用户ID 
     199        receiverIds: 发送者ID 
     200        receiverId: 发送者ID 
     201    } 
     202} 
    173203}}} 
    174204