Changes between Version 34 and Version 35 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/30/2015 02:58:25 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v34 v35  
    389389    HTTP请求方式:GET 
    390390    是否需要登录:否 
    391     返回格式:json或者数字返回 
     391    返回格式:json 
    392392    缓存方式:对象缓存 
    393393    缓存时间:4小时 
     
    401401     } 
    402402}}} 
     403==== 2.2.5 [=#point2.2.5 清空回复我的新消息数] ==== 
     404{{{ 
     405    请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=readAll&siteId=2&typeIds=2043 
     406    HTTP请求方式:POST 
     407    是否需要登录:是 
     408    返回格式:json 
     409    缓存方式: 
     410    缓存时间: 
     411    请求参数:      
     412      act: 必填 readAll表示修改所有消息状态为已读 
     413      siteId: 必填 2表示汽车网 
     414      typeIds: 必填 系统消息类型,2043表示回复 
     415       
     416    返回结果: 
     417      {"code":-1,"message":"非法请求"} 必须post提交 
     418       
     419      {"code":-1,"message":"缺少参数"} 未登录或者缺少siteId参数 
     420 
     421      {"code":0}  操作成功 
     422}}} 
     423==== 2.2.6 [=#point2.2.6 清空赞我的新消息数] ==== 
     424{{{ 
     425    请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=readAll&siteId=2&typeIds=2044 
     426    HTTP请求方式:POST 
     427    是否需要登录:是 
     428    返回格式:json 
     429    缓存方式: 
     430    缓存时间: 
     431    请求参数:      
     432      act: 必填 readAll表示修改所有消息状态为已读 
     433      siteId: 必填 2表示汽车网 
     434      typeIds: 必填 系统消息类型,2044表示点赞 
     435       
     436    返回结果: 
     437      {"code":-1,"message":"非法请求"} 必须post提交 
     438       
     439      {"code":-1,"message":"缺少参数"} 未登录或者缺少siteId参数 
     440 
     441      {"code":0}  操作成功 
     442}}} 
    403443=== 2.3 [=#point2.3 话题详情] === 
    404444{{{