|
|
|
@@ -595,7 +595,6 @@ func RegisterRoutes(m *macaron.Macaron) { |
|
|
|
}) |
|
|
|
|
|
|
|
m.Group("/reward/point", func() { |
|
|
|
m.Get("", point.GetPointPage) |
|
|
|
m.Get("/limiter/list", point.GetPointLimitConfigList) |
|
|
|
m.Post("/limiter/add", bindIgnErr(models.LimitConfigVO{}), point.AddPointLimitConfig) |
|
|
|
m.Post("/limiter/delete", point.DeletePointLimitConfig) |
|
|
|
@@ -1337,6 +1336,7 @@ func RegisterRoutes(m *macaron.Macaron) { |
|
|
|
}, reqSignIn) |
|
|
|
|
|
|
|
m.Group("/reward/point", func() { |
|
|
|
m.Get("", point.GetPointPage) |
|
|
|
m.Get("/account", point.GetPointAccount) |
|
|
|
m.Get("/record/list", point.GetPointRecordList) |
|
|
|
}, reqSignIn) |
|
|
|
|