Add album seriesAll api

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-03-30 06:08:53 +08:00
parent 7da92ede3e
commit f8860f65ce
4 changed files with 180 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ func main() {
r.POST("/main.php/unit/favorite", handler.SetDisplayRankHandler)
r.POST("/main.php/subscenario/startup", handler.SubScenarioStartupHandler)
r.POST("/main.php/subscenario/reward", handler.SubScenarioStartupHandler)
r.POST("/main.php/album/seriesAll", handler.AlbumSeriesAllHandler)
r.Run(":8080") // listen and serve on 0.0.0.0:8080 (for windows "localhost:8080")
}