文档
测试

添加评论点赞订单

POST
/read/comment/createCommentLike

请求参数

参数名
类型
描述
必填
articleUrl
string
微信文章URL
必填
number
int
评论点赞总数
必填
commentId
string
评论id
必填
model
string
计价模式
必填
commentLikeOrderItems
list
评论列表
必填

说明 / 示例

```Java commentLikeOrderItems{ private String commentId; //评论Iid private String contentId;//内容id private Integer replyId;//回复id private Integer expectCount;//期望量 private Integer initCount;//初始量 private Integer nowCount;//当前量 private String content;//评论内容 private String logoUrl;//用户logo private String nickname;//用户昵称 } ```