Browse Source

first commit

longping 1 năm trước cách đây
mục cha
commit
74c058cf1c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      modules/shop/router/client/shop/express_router.go

+ 0 - 1
modules/shop/router/client/shop/express_router.go

@@ -13,7 +13,6 @@ type Express struct {
 func (a *Express) InitRouter(router *frame.Group) {
 	group := router.Group("/express").Permission(frame.MENU, "express", "快递管理")
 	{
-
 		//添加快递管理
 		group.POST("", a.Api.Add).Permission(frame.AUTH, "express:add", "新增快递管理")
 		//修改快递管理数据接口