Changes between Version 34 and Version 35 of appapi/4.5


Ignore:
Timestamp:
10/28/2015 12:10:57 PM (10 years ago)
Author:
fangxirui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.5

    v34 v35  
    7979} 
    8080 
    81 }}} 
    82  
    83 ==== 2.2 车问答发帖接口 ==== 
    84 {{{ 
    85 接口/appapi/1/forum/createTopic.ajax [POST] 
    86 说明 : 主题图片表 
    87 请求参数 : 
    88         forumId:   必填 
    89         type: (""/"question")发帖的种类(普通贴)/提问) 
    90         appTitle:标题 
    91         message:正文  必填 
    92         messageImage:图片+图片描述 
    93         agent: 6代表ios  7 代表android   必填 
    94  
    95 是否登录 : 是 
    96 缓存时间 : 无 
    97 是否分页 : 否 
    98  
    99  
    100 返回结果: 
    101 { 
    102    "Location":"http://localhost.pcauto.com.cn/bbs7/topic-7808773.html",  
    103    code : 0成功,-1失败 
    104    message : 提示信息 
    105    version : 接口版本号如1.0,1.0(latest)表示最新版本 
    106 } 
    107 }}} 
    108  
    109 ==== 2.3 车问答发帖接口 ==== 
    110 {{{ 
    111 接口/action/post/best_answer.do [POST] 
    112 说明 : 主题图片表 
    113 请求参数 : 
    114         tid:   必填 
    115         pid: 必填(被设置最佳答案的回帖) 
    116  
    117 是否登录 : 是 
    118 缓存时间 : 无 
    119 是否分页 : 否 
    120  
    121  
    122 返回结果: 
    123 { 
    124    status:0, 
    125    desc:  "操作成功" 
    126 } 
    127 { 
    128    status:1, 
    129    desc:  "操作失败" 
    130 } 
    131 }}} 
    132  
    133  
    134 ==== 2.4 向我求助帖子列表接口 ==== 
    135 {{{ 
    136 接口/intf/expert/listQuestionsByUid.do [POST] 
    137 说明 : 主题图片表 
    138 请求参数 : 
    139         uid:   车专家Uid 必填 
    140         type: 0全部  1推荐答案  2等待采纳  3未被采纳  4未回答 
    141         pageNo: 
    142         pageSize: 
    143 是否登录 : 是 
    144 缓存时间 : 无 
    145 是否分页 : 否 
    146  
    147  
    148 返回结果: 
    149 showReviews({"list":[{"answerd":false,"authorId":826717,"authorName":"深海无声","bestAnswer":0,"createAt":1445594039000,"replyCount":0,"tid":9892485,"title":"1111111111122","url":"http://v71.pcauto.com.cn/topic-9892485.html"} 
    150 }],"pageNo":1,"pageSize":15,"totalSize":657}) 
    15181}}} 
    15282