Support custom live deck

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-12 18:32:15 +08:00
parent dd2da649c1
commit dd622de04e
3 changed files with 364 additions and 0 deletions
+2
View File
@@ -75,6 +75,8 @@ func main() {
m.POST("/live/gameover", handler.GameOverHandler)
m.POST("/unit/setDisplayRank", handler.SetDisplayRankHandler)
m.POST("/unit/favorite", handler.SetDisplayRankHandler)
m.POST("/unit/deck", handler.SetDeckHandler)
m.POST("/unit/deckName", handler.SetDeckNameHandler)
m.POST("/subscenario/startup", handler.SubScenarioStartupHandler)
m.POST("/subscenario/reward", handler.SubScenarioStartupHandler)
m.POST("/album/seriesAll", handler.AlbumSeriesAllHandler)