Explorar el Código

update

master
shenjiachi hace 1 semana
padre
commit
d40cbde031
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Ver fichero

@@ -132,5 +132,5 @@ func rInstitutionalManagement(r *gin.RouterGroup) { //制度管理

func rComm(r *gin.RouterGroup) {
r.POST("/getMenuList", comm.MenuList) // 获取菜单栏列表
r.POST("/getOssUrl", comm.GetOssUrl) // 获取阿里云上传PutObject所需的签名URL
r.GET("/getOssUrl", comm.GetOssUrl) // 获取阿里云上传PutObject所需的签名URL
}

Cargando…
Cancelar
Guardar