浏览代码

更新 RedisTradeHolderDetailEx 字段“canautoadddeposit”,“canautorefunddeposit”, “adddepositrate”,OriPayedDeposit,OriRestockDeposit

deng.yinping 1 年之前
父节点
当前提交
a60ddbf7ed
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pb/mtp2.pb.go

+ 2 - 2
pb/mtp2.pb.go

@@ -2382,7 +2382,7 @@ func (x *TradeHolderDetailEx) GetOriRestockDeposit() float64 {
 	return 0
 	return 0
 }
 }
 
 
-func (x *TradeHolderDetailEx) GetCanAutoAddDeposit() uint32 {
+func (x *TradeHolderDetailEx) GetCanAutoAddDeposit() uint64 {
 	if x != nil && x.CanAutoAddDeposit != nil {
 	if x != nil && x.CanAutoAddDeposit != nil {
 		return *x.CanAutoAddDeposit
 		return *x.CanAutoAddDeposit
 	}
 	}
@@ -2396,7 +2396,7 @@ func (x *TradeHolderDetailEx) GetAddDepositRate() float64 {
 	return 0
 	return 0
 }
 }
 
 
-func (x *TradeHolderDetailEx) GetCanAutoRefundDeposit() uint32 {
+func (x *TradeHolderDetailEx) GetCanAutoRefundDeposit() uint64 {
 	if x != nil && x.CanAutoRefundDeposit != nil {
 	if x != nil && x.CanAutoRefundDeposit != nil {
 		return *x.CanAutoRefundDeposit
 		return *x.CanAutoRefundDeposit
 	}
 	}