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


読み込み中…
キャンセル
保存