Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe038d91f3 |
@ -7,7 +7,7 @@ import (
|
|||||||
|
|
||||||
type ManualReplenishParam struct {
|
type ManualReplenishParam struct {
|
||||||
GameId int64
|
GameId int64
|
||||||
Money int64
|
Money float64
|
||||||
OrderId string
|
OrderId string
|
||||||
UserName string
|
UserName string
|
||||||
PayChannel int64
|
PayChannel int64
|
||||||
@ -16,12 +16,12 @@ type ManualReplenishParam struct {
|
|||||||
|
|
||||||
type ManualReplenishRequest struct {
|
type ManualReplenishRequest struct {
|
||||||
*requests.RpcRequest
|
*requests.RpcRequest
|
||||||
GameId int64 `position:"Body" field:"game_id"`
|
GameId int64 `position:"Body" field:"game_id"`
|
||||||
Money int64 `position:"Body" field:"money"`
|
Money float64 `position:"Body" field:"money"`
|
||||||
OrderId string `position:"Body" field:"order_id"`
|
OrderId string `position:"Body" field:"order_id"`
|
||||||
UserName string `position:"Body" field:"user_name"`
|
UserName string `position:"Body" field:"user_name"`
|
||||||
PayChannel int64 `position:"Body" field:"pay_channel"`
|
PayChannel int64 `position:"Body" field:"pay_channel"`
|
||||||
PayChannelType int64 `position:"Body" field:"pay_channel_type"`
|
PayChannelType int64 `position:"Body" field:"pay_channel_type"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ManualReplenishResponse struct {
|
type ManualReplenishResponse struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user