|
@@ -2603,7 +2603,7 @@ type UserPayOrderVo struct {
|
|
|
Amount float32 `protobuf:"fixed32,5,opt,name=amount,proto3" json:"amount,omitempty"` //订单金额(美元)
|
|
Amount float32 `protobuf:"fixed32,5,opt,name=amount,proto3" json:"amount,omitempty"` //订单金额(美元)
|
|
|
ChannelPlanId int64 `protobuf:"varint,6,opt,name=channelPlanId,proto3" json:"channelPlanId,omitempty"` //套餐ID
|
|
ChannelPlanId int64 `protobuf:"varint,6,opt,name=channelPlanId,proto3" json:"channelPlanId,omitempty"` //套餐ID
|
|
|
SettleAmount float32 `protobuf:"fixed32,7,opt,name=settleAmount,proto3" json:"settleAmount,omitempty"` //结算金额(美元)
|
|
SettleAmount float32 `protobuf:"fixed32,7,opt,name=settleAmount,proto3" json:"settleAmount,omitempty"` //结算金额(美元)
|
|
|
- Currency string `protobuf:"bytes,8,opt,name=currency,proto3" json:"currency,omitempty"` //收款货币类型
|
|
|
|
|
|
|
+ Currency int64 `protobuf:"varint,8,opt,name=currency,proto3" json:"currency,omitempty"` //收款货币类型
|
|
|
CurrencyAmount float32 `protobuf:"fixed32,9,opt,name=currencyAmount,proto3" json:"currencyAmount,omitempty"` //订单货币金额
|
|
CurrencyAmount float32 `protobuf:"fixed32,9,opt,name=currencyAmount,proto3" json:"currencyAmount,omitempty"` //订单货币金额
|
|
|
OrderType PayOrderType `protobuf:"varint,10,opt,name=orderType,proto3,enum=gorpc.PayOrderType" json:"orderType,omitempty"` //1 官网购买VIP 2 手机应用商店购买 3 pmp 后台 4 tg 购买
|
|
OrderType PayOrderType `protobuf:"varint,10,opt,name=orderType,proto3,enum=gorpc.PayOrderType" json:"orderType,omitempty"` //1 官网购买VIP 2 手机应用商店购买 3 pmp 后台 4 tg 购买
|
|
|
PlanOrderType BoolInt `protobuf:"varint,11,opt,name=planOrderType,proto3,enum=gorpc.BoolInt" json:"planOrderType,omitempty"` //订单类型:1非订阅 或者 2 订阅
|
|
PlanOrderType BoolInt `protobuf:"varint,11,opt,name=planOrderType,proto3,enum=gorpc.BoolInt" json:"planOrderType,omitempty"` //订单类型:1非订阅 或者 2 订阅
|
|
@@ -2704,11 +2704,11 @@ func (x *UserPayOrderVo) GetSettleAmount() float32 {
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *UserPayOrderVo) GetCurrency() string {
|
|
|
|
|
|
|
+func (x *UserPayOrderVo) GetCurrency() int64 {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.Currency
|
|
return x.Currency
|
|
|
}
|
|
}
|
|
|
- return ""
|
|
|
|
|
|
|
+ return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *UserPayOrderVo) GetCurrencyAmount() float32 {
|
|
func (x *UserPayOrderVo) GetCurrencyAmount() float32 {
|
|
@@ -32683,7 +32683,7 @@ const file_gorpc_proto_rawDesc = "" +
|
|
|
"\x06amount\x18\x05 \x01(\x02R\x06amount\x12$\n" +
|
|
"\x06amount\x18\x05 \x01(\x02R\x06amount\x12$\n" +
|
|
|
"\rchannelPlanId\x18\x06 \x01(\x03R\rchannelPlanId\x12\"\n" +
|
|
"\rchannelPlanId\x18\x06 \x01(\x03R\rchannelPlanId\x12\"\n" +
|
|
|
"\fsettleAmount\x18\a \x01(\x02R\fsettleAmount\x12\x1a\n" +
|
|
"\fsettleAmount\x18\a \x01(\x02R\fsettleAmount\x12\x1a\n" +
|
|
|
- "\bcurrency\x18\b \x01(\tR\bcurrency\x12&\n" +
|
|
|
|
|
|
|
+ "\bcurrency\x18\b \x01(\x03R\bcurrency\x12&\n" +
|
|
|
"\x0ecurrencyAmount\x18\t \x01(\x02R\x0ecurrencyAmount\x121\n" +
|
|
"\x0ecurrencyAmount\x18\t \x01(\x02R\x0ecurrencyAmount\x121\n" +
|
|
|
"\torderType\x18\n" +
|
|
"\torderType\x18\n" +
|
|
|
" \x01(\x0e2\x13.gorpc.PayOrderTypeR\torderType\x124\n" +
|
|
" \x01(\x0e2\x13.gorpc.PayOrderTypeR\torderType\x124\n" +
|