wiki:appapi/4.5

Version 5 (modified by fangxirui, 11 years ago) (diff)

--

1. 车友会提供APP接口4.5

1. 举报管理相关

1.1. 内容举报接口

接口:/appapi/4.5/report/addReport.do [POST]

请求参数:
    reporterId: 举报人id [long, not null]
    reporterNickname: 举报人昵称 [not null]
    targetUserId: 被举报人id [long, not null]
    targetUserNickname: 被举报人昵称 [not null]
    targetId: 举报内容ID [long, not null]
    targetUrl: 举报内容URL

    targetType: 举报类型(1:帖子;2:动态;3:话题;4:照片;5:活动;6:投票;7:WebView') [int, not null]
    content: 举报原因


是否登录 :是
缓存时间 : 否
是否分页 : 否
    
返回结果:

{
    code:0成功,-1失败
    message:提示信息
    version: 接口版本号如1.0,1.0(latest)表示最新版本
}