|
|
@ -25,6 +25,8 @@ type ArgsWalletDirect struct {
|
|
|
|
WalletType walletType // 收支类型
|
|
|
|
WalletType walletType // 收支类型
|
|
|
|
Amount decimal.Decimal // 金额 正数
|
|
|
|
Amount decimal.Decimal // 金额 正数
|
|
|
|
ServiceId uint // 服务id
|
|
|
|
ServiceId uint // 服务id
|
|
|
|
|
|
|
|
TradeChannel string // 交易渠道
|
|
|
|
|
|
|
|
TradeSerialSn string // 交易渠道流水号
|
|
|
|
Remark string // 备注信息
|
|
|
|
Remark string // 备注信息
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -43,6 +45,8 @@ type ArgsWalletCreate struct {
|
|
|
|
WalletType walletType // 收支类型
|
|
|
|
WalletType walletType // 收支类型
|
|
|
|
Amount decimal.Decimal // 金额 正数
|
|
|
|
Amount decimal.Decimal // 金额 正数
|
|
|
|
ServiceId uint // 服务id
|
|
|
|
ServiceId uint // 服务id
|
|
|
|
|
|
|
|
TradeChannel string // 交易渠道
|
|
|
|
|
|
|
|
TradeSerialSn string // 交易渠道流水号
|
|
|
|
Remark string // 备注信息
|
|
|
|
Remark string // 备注信息
|
|
|
|
CancelSecond int64 // 自动取消秒
|
|
|
|
CancelSecond int64 // 自动取消秒
|
|
|
|
}
|
|
|
|
}
|
|
|
|