|
@@ -87,6 +87,7 @@ type ActivityCheck struct {
|
|
CheckPoints bool `description:"扣点是否通过校验"`
|
|
CheckPoints bool `description:"扣点是否通过校验"`
|
|
CompanyPoints string `description:"公司剩余点数"`
|
|
CompanyPoints string `description:"公司剩余点数"`
|
|
ActivityPoints string `description:"本场活动要扣除的点数"`
|
|
ActivityPoints string `description:"本场活动要扣除的点数"`
|
|
|
|
+ IsShowWxPay bool `description:"是否展示微信支付"`
|
|
}
|
|
}
|
|
|
|
|
|
type ActivityIdRep struct {
|
|
type ActivityIdRep struct {
|
|
@@ -255,6 +256,7 @@ type CygxActivityResp struct {
|
|
IsShowWxPay bool `description:"是否展示微信支付"`
|
|
IsShowWxPay bool `description:"是否展示微信支付"`
|
|
IsCompanyApply bool `description:"机构是否申请过试用"`
|
|
IsCompanyApply bool `description:"机构是否申请过试用"`
|
|
IsNeedBusinessCard bool `description:"是否需要上传名片"`
|
|
IsNeedBusinessCard bool `description:"是否需要上传名片"`
|
|
|
|
+ PayTimeCountdown int `description:"支付时间倒计时"`
|
|
GoodsList []*order.CygxGoodsResp `description:"商品信息"`
|
|
GoodsList []*order.CygxGoodsResp `description:"商品信息"`
|
|
}
|
|
}
|
|
|
|
|