|
|
|
@@ -564,7 +564,7 @@ func RegisterRoutes(m *macaron.Macaron) { |
|
|
|
m.Get("/query_user_static_page", operationReq, repo_ext.QueryUserStaticDataPage) |
|
|
|
m.Get("/query_user_current_month", operationReq, repo_ext.QueryUserStaticCurrentMonth) |
|
|
|
m.Get("/query_user_current_week", operationReq, repo_ext.QueryUserStaticCurrentWeek) |
|
|
|
m.Get("/query_user_last_week", operationReq, repo_ext.QueryUserStaticCurrentWeek) |
|
|
|
m.Get("/query_user_last_week", operationReq, repo_ext.QueryUserStaticLastWeek) |
|
|
|
m.Get("/query_user_current_year", operationReq, repo_ext.QueryUserStaticCurrentYear) |
|
|
|
m.Get("/query_user_last30_day", operationReq, repo_ext.QueryUserStaticLast30Day) |
|
|
|
m.Get("/query_user_last_month", operationReq, repo_ext.QueryUserStaticLastMonth) |
|
|
|
|