Changes between Version 120 and Version 121 of pcauto_bbs_1.0.0/intfs


Ignore:
Timestamp:
04/28/2013 04:56:03 PM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_bbs_1.0.0/intfs

    v120 v121  
    133133=== 2.5 [=#point205 头像修改]=== 
    134134{{{ 
    135 url:待定 
     135url:http://upc.pcauto.com.cn/upload_head.jsp 
    136136作用:修改用户头像 
    137137使用范围:汽车网论坛app:pcautobbs 
    138138 
    139139请求方式:post  
    140 是否需要登录:需要 
     140是否需要登录: 
    141141请求参数: 
    142 name:用户名  
     142common_session_id:会话id 
    143143image:用户头像数据 
    144 common_session_id:会话id 
     144uploadType: 上传类型,缺省为正式头像。如果是"temp"则保存在头像临时目录待处理。 
     145  返回(json): 
     146  失败:{retCode: xxx} 
     147  成功:{retCode: 0} 
    145148}}} 
    146149 
     
    154157=== 2.5.2 [=#point207 发送站内信]=== 
    155158{{{ 
    156 url:http://mrobot.pcauto.com.cn/v3/bbs/postMessage?json= 
     159url:http://bip.pcauto.com.cn/intf/message.jsp?act=create 
    157160作用:给其他人发送站内信 
    158161使用范围:汽车网论坛app:pcautobbs 
     
    160163请求方式:post 
    161164是否需要登录:是 
    162 请求参数:json,格式如下 
    163 { 
    164           "receiverId":123456 
    165           "content":"姚明你会扣篮吗?",  
    166           "captcha":"mdffd" 
    167 } 
    168 }}} 
     165请求参数: 
     166accountId 发送给某个用户 
     167content 消息内容 
     168captcha 验证码 
     169 
     170            /* 
     171             * 发送限制 add by handy 2012.04.01 
     172             * 1.post 2.验证码 3.黑名单 
     173             * 4.邮箱绑定,该限制仅限於2012-01-01起注册的用户 edit by handy 2012.04.10 
     174             * 5.发送频率 50次/ID/24H 
     175             * 6.白名单最多一次发送50个用户,非白名单则每次只能发一个 7.添加关键词库过滤 
     176             */ 
     177 
     178结果返回 
     179{code:0,message:"提示"} 
    169180 
    170181=== 2.6 [=#point208 同步内容下载]===