Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- package md
-
- type ConfigResp struct {
- Title string `json:"title" example:"软件使用协议标题"`
- Content string `json:"content" example:"软件使用协议内容"`
- UserTitle string `json:"user_title" example:"用户协议标题"`
- UserUrl string `json:"user_url" example:"用户协议链接"`
- PrivacyTitle string `json:"privacy_title" example:"隐私协议标题"`
- PrivacyUrl string `json:"privacy_url" example:"隐私协议链接"`
- }
|