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) {


Завантаження…
Відмінити
Зберегти