refactor(services/game): 修改获取游戏版本的 API 路径
This commit is contained in:
parent
089a9091ec
commit
6d3f8d8232
@ -279,7 +279,7 @@ func CreateGetGameVersionReq(gameId int, gameVersion string) *GetGameVersionReq
|
||||
}
|
||||
req.GameId = gameId
|
||||
req.GameVersion = gameVersion
|
||||
req.InitWithApiInfo(HOST, VERSION, "/api/game/getGameByVersion")
|
||||
req.InitWithApiInfo(HOST, VERSION, "/api/game/getGameVersion")
|
||||
req.Method = requests.POST
|
||||
return req
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user