Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
EggPlanet
/
egg_admin
Observar
3
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
update
master
shenjiachi
1 mês atrás
pai
c0aec2b5bd
commit
58478f0adc
3 arquivos alterados
com
22 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+8
-0
docs/docs.go
+8
-0
docs/swagger.json
+6
-0
docs/swagger.yaml
+ 8
- 0
docs/docs.go
Ver arquivo
@@ -7775,6 +7775,14 @@ const docTemplate = `{
}
]
},
"state_list": {
"description": "状态列表",
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"tags_list": {
"description": "标签列表",
"type": "array",
+ 8
- 0
docs/swagger.json
Ver arquivo
@@ -7768,6 +7768,14 @@
}
]
},
"state_list": {
"description": "状态列表",
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"tags_list": {
"description": "标签列表",
"type": "array",
+ 6
- 0
docs/swagger.yaml
Ver arquivo
@@ -2802,6 +2802,12 @@ definitions:
allOf:
- $ref: '#/definitions/applet_app_md_member_center.Paginate'
description: 分页信息
state_list:
description: 状态列表
items:
additionalProperties: true
type: object
type: array
tags_list:
description: 标签列表
items:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar