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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_bbs_1.0.0/intfs

    v119 v120  
    154154=== 2.5.2 [=#point207 发送站内信]=== 
    155155{{{ 
    156 url:待定 
     156url:http://mrobot.pcauto.com.cn/v3/bbs/postMessage?json= 
    157157作用:给其他人发送站内信 
    158158使用范围:汽车网论坛app:pcautobbs 
     
    160160请求方式:post 
    161161是否需要登录:是 
    162 请求参数:  
     162请求参数:json,格式如下 
    163163{ 
    164           "name":"你好",  
    165          “text”:"天气不错哈" 
     164          "receiverId":123456 
     165          "content":"姚明你会扣篮吗?",  
     166          "captcha":"mdffd" 
    166167} 
    167168}}}