You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package friend_circles
-
- type IsCanCommentResp struct {
- IsCan bool `json:"is_can"`
- }
-
- type CommentReq struct {
- CircleIndexId string `json:"circle_index_id" example:"朋友圈文档记录"`
- CommentIndexId string `json:"comment_index_id" example:"评论文档记录"`
- Content string `json:"content,required"` // 文本内容
- }
|