蛋蛋星球-客户端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 тижднів тому
1234567891011
  1. package friend_circles
  2. type IsCanCommentResp struct {
  3. IsCan bool `json:"is_can"`
  4. }
  5. type CommentReq struct {
  6. CircleIndexId string `json:"circle_index_id" example:"朋友圈文档记录"`
  7. CommentIndexId string `json:"comment_index_id" example:"评论文档记录"`
  8. Content string `json:"content,required"` // 文本内容
  9. }