7
0

Compare commits

..

No commits in common. "master" and "v1.2.57" have entirely different histories.

View File

@ -7,7 +7,7 @@ import (
type ManualReplenishParam struct {
GameId int64
Money float64
Money int64
OrderId string
UserName string
PayChannel int64
@ -17,7 +17,7 @@ type ManualReplenishParam struct {
type ManualReplenishRequest struct {
*requests.RpcRequest
GameId int64 `position:"Body" field:"game_id"`
Money float64 `position:"Body" field:"money"`
Money int64 `position:"Body" field:"money"`
OrderId string `position:"Body" field:"order_id"`
UserName string `position:"Body" field:"user_name"`
PayChannel int64 `position:"Body" field:"pay_channel"`