Fix live reward

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-01 08:26:37 +08:00
parent 5ad74a5a69
commit 35cea796f9
3 changed files with 813 additions and 1 deletions
+2
View File
@@ -71,6 +71,8 @@ func main() {
m.POST("/payment/productList", handler.ProductListHandler)
m.POST("/live/partyList", handler.PartyListHandler)
m.POST("/live/play", handler.PlayLiveHandler)
m.POST("/live/preciseScore", handler.PlayScoreHandler)
m.POST("/live/reward", handler.PlayRewardHandler)
m.POST("/live/gameover", handler.GameOverHandler)
m.POST("/unit/setDisplayRank", handler.SetDisplayRankHandler)
m.POST("/unit/favorite", handler.SetDisplayRankHandler)