|
@@ -227,7 +227,7 @@ type (
|
|
ProductType string `json:"productType,omitempty"` //产品类型
|
|
ProductType string `json:"productType,omitempty"` //产品类型
|
|
BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType"` //付费类型 购买 续费 升级 试用
|
|
|
|
|
|
+ ServiceType int `json:"ServiceType"` //付费类型 购买 续费 升级 试用
|
|
ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
ComboId int `json:"comboId" json:"comboId,omitempty"` //套餐id
|
|
ComboId int `json:"comboId" json:"comboId,omitempty"` //套餐id
|
|
@@ -260,7 +260,7 @@ type (
|
|
// OrderCode string `json:"orderCode"`
|
|
// OrderCode string `json:"orderCode"`
|
|
// ProductType string `json:"productType,omitempty"` //产品类型
|
|
// ProductType string `json:"productType,omitempty"` //产品类型
|
|
// BillingMode int `json:"billingMode"` //策略 购买 赠送
|
|
// BillingMode int `json:"billingMode"` //策略 购买 赠送
|
|
- // ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
|
|
+ // ServiceType int `json:"ServiceType" json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
// ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
// ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
// LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
// LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
// SPayAccountNumber int `json:"sPayAccountNumber"` //子账号付费数量
|
|
// SPayAccountNumber int `json:"sPayAccountNumber"` //子账号付费数量
|
|
@@ -277,61 +277,61 @@ type (
|
|
HistoricalStructParams struct {
|
|
HistoricalStructParams struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
OrderCode string `json:"orderCode"`
|
|
OrderCode string `json:"orderCode"`
|
|
- ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
- BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
- BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
- LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
- ProductStandard int `json:"productStandard"` //产品规格 高级 标准 自定义字段包
|
|
|
|
- PayCount int `json:"payCount"` //付费条数
|
|
|
|
- GifCount int `json:"gifCount"` //赠送条数
|
|
|
|
- ServiceStartTime string `json:"serviceStartTime"` //服务开始时间
|
|
|
|
- ServiceEndTime string `json:"serviceEndTime"` //服务结束时间
|
|
|
|
- Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
- OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
- PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
+ ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
+ BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
+ BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
+ ServiceType int `json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
+ ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
+ LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
+ ProductStandard int `json:"productStandard"` //产品规格 高级 标准 自定义字段包
|
|
|
|
+ PayCount int `json:"payCount"` //付费条数
|
|
|
|
+ GifCount int `json:"gifCount"` //赠送条数
|
|
|
|
+ ServiceStartTime string `json:"serviceStartTime"` //服务开始时间
|
|
|
|
+ ServiceEndTime string `json:"serviceEndTime"` //服务结束时间
|
|
|
|
+ Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
+ OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
+ PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
}
|
|
}
|
|
PacketParams struct {
|
|
PacketParams struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
OrderCode string `json:"orderCode"`
|
|
OrderCode string `json:"orderCode"`
|
|
- ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
- BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
- BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
- LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
- ProductStandard int `json:"productStandard"` //产品规格 高级 标准 自定义字段包
|
|
|
|
- PayCount int `json:"payCount"` //付费条数
|
|
|
|
- GifCount int `json:"gifCount"` //赠送条数
|
|
|
|
- PayCycle int `json:"payCycle"` //购买周期
|
|
|
|
- PayCycleType int `json:"payCycleType"` //周期类型:0-月 1-天
|
|
|
|
- PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
- Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
- OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
- PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
+ ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
+ BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
+ BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
+ ServiceType int `json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
+ ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
+ LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
+ ProductStandard int `json:"productStandard"` //产品规格 高级 标准 自定义字段包
|
|
|
|
+ PayCount int `json:"payCount"` //付费条数
|
|
|
|
+ GifCount int `json:"gifCount"` //赠送条数
|
|
|
|
+ PayCycle int `json:"payCycle"` //购买周期
|
|
|
|
+ PayCycleType int `json:"payCycleType"` //周期类型:0-月 1-天
|
|
|
|
+ PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
+ Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
+ OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
+ PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
}
|
|
}
|
|
//EntServiceParams 人脉管理、阳光采购、物业数字化营销、运营商专版、医械通、企业商机管理:购买
|
|
//EntServiceParams 人脉管理、阳光采购、物业数字化营销、运营商专版、医械通、企业商机管理:购买
|
|
EntServiceParams struct {
|
|
EntServiceParams struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
OrderCode string `json:"orderCode"`
|
|
OrderCode string `json:"orderCode"`
|
|
- ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
- BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
- BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
- LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
- PAccountNumber int `json:"pAccountNumber"` //主账号数量
|
|
|
|
- SPayAccountNumber int `json:"sPayAccountNumber"` //子账号付费数量
|
|
|
|
- SGiftAccountNumber int `json:"sGiftAccountNumber"` //子账号赠送数量
|
|
|
|
- PayCycle int `json:"payCycle"` //付费购买周期
|
|
|
|
- PayCycleType int `json:"payCycleType"` //付费周期类型:0-月 1-天
|
|
|
|
- GifCycle int `json:"gifCycle"` //赠送周期
|
|
|
|
- GifCycleType int `json:"gifCycleType"` //赠送周期类型:0-月 1-天
|
|
|
|
- PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
- Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
- OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
- PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
+ ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
+ BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
+ BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
+ ServiceType int `json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
+ ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
+ LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
+ PAccountNumber int `json:"pAccountNumber"` //主账号数量
|
|
|
|
+ SPayAccountNumber int `json:"sPayAccountNumber"` //子账号付费数量
|
|
|
|
+ SGiftAccountNumber int `json:"sGiftAccountNumber"` //子账号赠送数量
|
|
|
|
+ PayCycle int `json:"payCycle"` //付费购买周期
|
|
|
|
+ PayCycleType int `json:"payCycleType"` //付费周期类型:0-月 1-天
|
|
|
|
+ GifCycle int `json:"gifCycle"` //赠送周期
|
|
|
|
+ GifCycleType int `json:"gifCycleType"` //赠送周期类型:0-月 1-天
|
|
|
|
+ PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
+ Phone string `json:"phone" json:"phone,omitempty"` //开通手机号
|
|
|
|
+ OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
+ PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
UpgradeContent int `json:"upgradeContent,omitempt"` //升级内容 补充服务 增购账号
|
|
UpgradeContent int `json:"upgradeContent,omitempt"` //升级内容 补充服务 增购账号
|
|
AddPayAccountNumber int `json:"addPayAccountNumber,omitemp"` //增购付费数量
|
|
AddPayAccountNumber int `json:"addPayAccountNumber,omitemp"` //增购付费数量
|
|
@@ -342,27 +342,27 @@ type (
|
|
CertCourseParams struct {
|
|
CertCourseParams struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
OrderCode string `json:"orderCode"`
|
|
OrderCode string `json:"orderCode"`
|
|
- ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
- BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
- BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
- LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
- OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
- PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
+ ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
+ BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
+ BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
+ ServiceType int ` json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
+ ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
+ LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
+ OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
+ PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
}
|
|
}
|
|
//OutsideGiftsParams 外采赠品
|
|
//OutsideGiftsParams 外采赠品
|
|
OutsideGiftsParams struct {
|
|
OutsideGiftsParams struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
OrderCode string `json:"orderCode"`
|
|
OrderCode string `json:"orderCode"`
|
|
- ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
- BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
- BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
- ServiceType int `json:"recordPayType" json:"recordPayType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
- LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
- Count int `json:"count"` //物品数量
|
|
|
|
- OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
- PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
|
|
|
|
+ ProductType string `json:"productType,omitempty"` //产品类型
|
|
|
|
+ BuySubject string `json:"buySubject" json:"buySubject"` //购买主体 1 个人, 2公司
|
|
|
|
+ BillingMode string `json:"billingMode"` //策略 购买 赠送
|
|
|
|
+ ServiceType int `json:"ServiceType,omitempty"` //付费类型 购买 续费 升级 试用
|
|
|
|
+ ZeroOrderType string `json:"zeroOrderType"` //0原订单类型
|
|
|
|
+ LinkedOrderId string `json:"linkedOrderId,omitempty"` //关联订单明细id
|
|
|
|
+ Count int `json:"count"` //物品数量
|
|
|
|
+ OrderMoney int `json:"orderMoney" json:"orderMoney,omitempty"` //标准售价
|
|
|
|
+ PayMoney int `json:"payMoney" json:"payMoney,omitempty"` //合同金额
|
|
}
|
|
}
|
|
)
|
|
)
|