Commit 857935cb authored by harrylee2015's avatar harrylee2015 Committed by vipwzw

rejust GameID label

parent 590649af
...@@ -17,20 +17,20 @@ type GamePreCreateTx struct { ...@@ -17,20 +17,20 @@ type GamePreCreateTx struct {
// GamePreMatchTx pre match game,unused // GamePreMatchTx pre match game,unused
type GamePreMatchTx struct { type GamePreMatchTx struct {
GameID string `json:"game_i_d"` GameID string `json:"gameID"`
Guess int32 `json:"guess"` Guess int32 `json:"guess"`
Fee int64 `json:"fee"` Fee int64 `json:"fee"`
} }
// GamePreCancelTx pre cancel tx,unused // GamePreCancelTx pre cancel tx,unused
type GamePreCancelTx struct { type GamePreCancelTx struct {
GameID string `json:"game_i_d"` GameID string `json:"gameID"`
Fee int64 `json:"fee"` Fee int64 `json:"fee"`
} }
// GamePreCloseTx pre close game, unused // GamePreCloseTx pre close game, unused
type GamePreCloseTx struct { type GamePreCloseTx struct {
GameID string `json:"game_i_d"` GameID string `json:"gameID"`
Secret string `json:"secret"` Secret string `json:"secret"`
Result int32 `json:"result"` Result int32 `json:"result"`
Fee int64 `json:"fee"` Fee int64 `json:"fee"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment