瀏覽代碼

update

master
shenjiachi 1 周之前
父節點
當前提交
d40cbde031
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go 查看文件

@@ -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…
取消
儲存