文档
测试

动态添加评论=资讯添加评论

POST
http://localhost:8081/bxpw_war_exploded/api/info/addCommentInfo.json

请求参数

参数名
类型
描述
必填
sessionId
string
必填

响应参数

参数名
类型
描述
必填
targetType
int
关联类型 1动态 2资讯
必填
targetId
int
关联id(动态或资讯id)
必填
content
string
评论内容
必填
type
int
1 是1级评论 2是回复评论
必填
replyId
int
回复人id(2级回复才传)
必填
parentId
int
父评论id(2级回复才传)
必填