蛋蛋星球-客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
465 B

  1. package md
  2. type ConfigResp struct {
  3. Title string `json:"title" example:"软件使用协议标题"`
  4. Content string `json:"content" example:"软件使用协议内容"`
  5. UserTitle string `json:"user_title" example:"用户协议标题"`
  6. UserUrl string `json:"user_url" example:"用户协议链接"`
  7. PrivacyTitle string `json:"privacy_title" example:"隐私协议标题"`
  8. PrivacyUrl string `json:"privacy_url" example:"隐私协议链接"`
  9. }