蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

12 righe
336 B

  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. }