Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
EggPlanet
/
egg_admin
Vigiar
3
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
update
master
shenjiachi
há 1 mês
ascendente
c0aec2b5bd
cometimento
58478f0adc
3 ficheiros alterados
com
22 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+8
-0
docs/docs.go
+8
-0
docs/swagger.json
+6
-0
docs/swagger.yaml
+ 8
- 0
docs/docs.go
Ver ficheiro
@@ -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 ficheiro
@@ -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 ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar