feat: profit_Count

master
howell 3 years ago
parent c6022527e8
commit 7ee5fdfb7f

@ -262,7 +262,7 @@ func routerApp(appRouter *gin.RouterGroup) {
profitRouter.POST("sale", proxy.ProfitSaleList)
profitRouter.POST("sale/detail", proxy.ProfitSalePerson)
profitRouter.POST("shop", proxy.ProfitShopList)
profitRouter.PATCH("sale/count", proxy.SaleCount)
profitRouter.POST("sale/count", proxy.SaleCount)
}
}
vipController := appRouter.Group("vip", authorize)

Loading…
Cancel
Save