Changes between Version 31 and Version 32 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/30/2015 11:17:54 AM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v31 v32  
    369369(开发已完成,测试请连开发机代理) 
    370370{{{ 
    371     请求url:http://mrobot.pcauto.com.cn/xsp/x/bip.pcauto.com.cn/intf/sysnotice.jsp?act=getNum&accountId=&siteId=2&status=0&typeIds=2043,2044 
     371    请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/getNewMessage.xsp?accountId= 
    372372    HTTP请求方式:GET 
    373373    是否需要登录:否 
     
    375375    缓存方式:对象缓存 
    376376    缓存时间:4小时 
    377     请求参数: 
    378     必填参数: 
    379       act:getNum 
    380       accountId:用户ID 
    381       siteId:网站ID,2为汽车网 
    382     非必填参数: 
    383       status:0是未读,1是已读,-1是全部,默认是0 
    384       typeIds:消息分类ID,2043表示学车宝典帖子回复,2044表示学车宝典帖子点赞 
    385  
    386      
    387     返回结果: 
    388       {"code":-1, "message":"缺少参数"}  缺少用户ID或者siteId参数 
    389       { 
    390         回复我的未读数 
    391         赞我的未读数 
    392       } 
     377    请求参数:      
     378      accountId:必填  用户ID   
     379       
     380    返回结果: 
     381     { 
     382        replyCount: 0,    //回复未读数 
     383        praiseCount: 0    //点赞未读数 
     384     } 
    393385}}} 
    394386=== 2.3 [=#point2.3 话题详情] ===