diff --git a/server/wheelserver/router/inapp_shop/inapp_shop.go b/server/wheelserver/router/inapp_shop/inapp_shop.go index 834edb86..4e0737e8 100644 --- a/server/wheelserver/router/inapp_shop/inapp_shop.go +++ b/server/wheelserver/router/inapp_shop/inapp_shop.go @@ -10,7 +10,7 @@ type InAppShopRouter struct{} func (this *InAppShopRouter) InitRouter() { api := v1.ApiGroupApp.InAppShopApiGroup - f5.GetApp().GetGinEngine().POST("/api/v1/activity/roll_dice", + f5.GetApp().GetGinEngine().POST("/api/v1/inapp_shop/purchase", middleware.JwtAuth, api.InAppShopApi.Purchase) }