Changes between Version 28 and Version 29 of yimei2.1.0_api


Ignore:
Timestamp:
09/18/2015 10:56:38 PM (11 years ago)
Author:
caomenglin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • yimei2.1.0_api

    v28 v29  
    10781078||= hasLaud=||=是否点赞,1:已点赞,0:未点赞 =||=projectList,org=||=旧案例数据可能会包括这两个节点的信息,没有该数据时,节点也不返回=|| 
    10791079||= postDependId=||=帖子节点        =||==||==|| 
     1080 
     1081== 3评论 == 
     1082=== 3.1回复评论 === 
     1083开发环境:http://dev15.pclady.com.cn/app/replyComment.jsp  [[BR]] 
     1084线上环境:http://plastic.pclady.com.cn/app/replyComment.jsp [[BR]] 
     1085 
     1086**说明** 
     1087 
     1088> 回复 
     1089 
     1090**缓存时间** 
     1091 
     1092>0分钟 
     1093 
     1094**提交方式** 
     1095 
     1096> POST 
     1097 
     1098**是否登录** 
     1099 
     1100> 是 
     1101 
     1102**数据来源** 
     1103 
     1104>整形库编辑后台 
     1105 
     1106**修改** 
     1107 
     1108>1:请求添加三个参数imageUrl、diaryID,postID[[BR]] 
     1109 
     1110**参数** 
     1111 
     1112||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
     1113||= contentID =||=文章ID =||= string =||= "" =||= 是 =||=  =|| 
     1114||= contentType =||=文章类型 =||= string =||= "" =||= 是 =||= 1:日记,2:帖子=|| 
     1115||= replyID =||=回复ID=||= string =||= "" =||= 否 =||=直接评论日记或帖子时,不需要传  =|| 
     1116||= replySecondID =||=回复二级ID=||= string =||= "" =||= 否 =||==直接评论日记或帖子时,不需要传 =|| 
     1117||= replyContent =||=回复内容=||= string =||= "" =||= 是 =||=回复内容  =|| 
     1118||= imageUrl =||=图片=||= string =||= "" =||= 否 =||=图片地址  =|| 
     1119||= diaryID =||=日记ID=||= string =||= "" =||= 是 =||=插入日记 =|| 
     1120||= postID =||=帖子ID=||= string =||= "" =||= 是 =||=插入帖子 =|| 
     1121 
     1122 
     1123 
     1124**返回** 
     1125 
     1126{{{#!java 
     1127{ 
     1128  "status":0, 
     1129  "msg":"请求成功" 
     1130  "Integral":1 
     1131} 
     1132 
     1133}}} 
     1134**返回参数说明** 
     1135||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
     1136||= Integral=||=奖励积分=||==||==||