@ -257,7 +257,7 @@ func routerApp(appRouter *gin.RouterGroup) {
proxy := jyy.Proxy{}
{
jyyRouter.POST("sale", proxy.ProfitSaleList)
jyyRouter.POST("sale/detail", proxy.Profi)
jyyRouter.POST("sale/detail", proxy.ProfitSalePerson)
jyyRouter.POST("shop", proxy.ProfitShopList)
jyyRouter.POST("self", proxy.ProfitSelfList)
}