瀏覽代碼

update

tmp
DengBiao 7 月之前
父節點
當前提交
a8df558f7e
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      app/router/admin_router.go

+ 4
- 4
app/router/admin_router.go 查看文件

@@ -119,10 +119,10 @@ func rDeviceManage(r *gin.RouterGroup) {
}

func rMerchant(r *gin.RouterGroup) {
r.POST("/add", hdl2.MerchantAdd) //商家管理-新增
r.POST("/update", hdl2.MerchantUpdate) //商家管理-编辑
r.POST("/list", hdl2.MerchantList) //商家管理-列表
r.DELETE("/delete/:merchant_id", hdl2.MerchantDelete) //商家管理-删除
r.POST("/add", hdl2.MerchantAdd) //商家管理-新增
r.POST("/update", hdl2.MerchantUpdate) //商家管理-编辑
r.POST("/list", hdl2.MerchantList) //商家管理-列表
//r.DELETE("/delete/:merchant_id", hdl2.MerchantDelete) //商家管理-删除
}

func rDataStatistics(r *gin.RouterGroup) {


Loading…
取消
儲存