Changes between Version 37 and Version 38 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
07/01/2015 09:46:36 AM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v37 v38  
    431431     } 
    432432}}} 
    433 ==== 2.2.5 [=#point2.2.5 清空回复我的新消息数] ==== 
    434 (开发已完成,测试请连开发机代理) 
    435 {{{ 
    436     请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=readAll&siteId=2&typeIds=2043 
     433==== 2.2.5 [=#point2.2.5 清空回复我的/赞我的新消息数] ==== 
     434(开发已完成,测试请连开发机代理) 
     435{{{ 
     436    请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=readAll&siteId=2&typeIds=2043,2044 
    437437    HTTP请求方式:POST 
    438438    是否需要登录:是 
     
    443443      act: 必填 readAll表示修改所有消息状态为已读 
    444444      siteId: 必填 2表示汽车网 
    445       typeIds: 必填 系统消息类型,2043表示回复 
    446        
    447     返回结果: 
    448       {"code":-1,"message":"非法请求"} 必须post提交 
    449        
    450       {"code":-1,"message":"缺少参数"} 未登录或者缺少siteId参数 
    451  
    452       {"code":0}  操作成功 
    453 }}} 
    454 ==== 2.2.6 [=#point2.2.6 清空赞我的新消息数] ==== 
    455 (开发已完成,测试请连开发机代理) 
    456 {{{ 
    457     请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=readAll&siteId=2&typeIds=2044 
    458     HTTP请求方式:POST 
    459     是否需要登录:是 
    460     返回格式:json 
    461     缓存方式: 
    462     缓存时间: 
    463     请求参数:      
    464       act: 必填 readAll表示修改所有消息状态为已读 
    465       siteId: 必填 2表示汽车网 
    466       typeIds: 必填 系统消息类型,2044表示点赞 
     445      typeIds: 必填 系统消息类型,可传多值,2043表示回复,2044表示点赞 
    467446       
    468447    返回结果: