Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
SmartCanteen
/
smart_canteen
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
update
master
dengbiao
2 meses atrás
pai
1493b135cb
commit
dfab122446
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
app/customer/hdl/hdl_enterprise.go
+ 2
- 2
app/customer/hdl/hdl_enterprise.go
Ver arquivo
@@ -21,10 +21,10 @@ func EnterpriseList(c *gin.Context) {
return
}
if req.Limit == 0 {
req.Limit = 10
req.Limit = 10
0
}
if req.Page == 0 {
req.Page = 1
0
req.Page = 1
}
platform := c.GetHeader("platform")
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar