Changes between Version 4 and Version 5 of appapi/4.5


Ignore:
Timestamp:
10/13/2015 06:21:04 PM (11 years ago)
Author:
fangxirui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.5

    v4 v5  
    1010 
    1111请求参数: 
    12     待定 
     12    reporterId: 举报人id [long, not null] 
     13    reporterNickname: 举报人昵称 [not null] 
     14    targetUserId: 被举报人id [long, not null] 
     15    targetUserNickname: 被举报人昵称 [not null] 
     16    targetId: 举报内容ID [long, not null] 
     17    targetUrl: 举报内容URL 
     18 
     19    targetType: 举报类型(1:帖子;2:动态;3:话题;4:照片;5:活动;6:投票;7:WebView') [int, not null] 
     20    content: 举报原因 
     21 
    1322 
    1423是否登录 :是