|
@@ -263,6 +263,7 @@ type ActivityCheck struct {
|
|
|
ActivityPoints string `description:"本场活动要扣除的点数"`
|
|
|
PopupPriceMsg string `description:"价格弹窗信息"`
|
|
|
IsShowWxPay bool `description:"是否展示微信支付"`
|
|
|
+ IsShowWxPaySet bool `description:"是否展示微信支付全局设置"` // 配合前端支付进入详情页使用
|
|
|
IsCompanyApply bool `description:"机构是否申请过试用"`
|
|
|
IsNeedBusinessCard bool `description:"是否需要上传名片"`
|
|
|
GoodsList []*order.CygxGoodsResp `description:"商品信息"`
|