Browse Source

update

master
shenjiachi 1 week ago
parent
commit
d40cbde031
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go View File

@@ -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
}

Loading…
Cancel
Save