|
@@ -73,21 +73,25 @@ type CygxActivity struct {
|
|
|
}
|
|
|
|
|
|
type ActivityCheck struct {
|
|
|
- CheckPermission bool `description:"权限是否通过校验"`
|
|
|
- HasPermission int `description:"操作方式,1:有该行业权限,正常展示,2:无该行业权限,3:潜在客户,未提交过申请,4:潜在客户,已提交过申请"`
|
|
|
- PopupMsg string `description:"权限弹窗信息"`
|
|
|
- CancelPopupMsg string `description:"取消报名时间弹窗信息"`
|
|
|
- SellerMobile string `description:"销售电话"`
|
|
|
- SellerName string `description:"销售姓名"`
|
|
|
- Mobile string `description:"手机号"`
|
|
|
- IsResearch bool `description:"是否属于研选"`
|
|
|
- IsResearchSpecial bool `description:"是否属于特殊的研选"`
|
|
|
- CheckTime bool `description:"时间是否通过校验"`
|
|
|
- CheckEmail bool `description:"邮箱是否通过校验"`
|
|
|
- CheckPoints bool `description:"扣点是否通过校验"`
|
|
|
- CompanyPoints string `description:"公司剩余点数"`
|
|
|
- ActivityPoints string `description:"本场活动要扣除的点数"`
|
|
|
- IsShowWxPay bool `description:"是否展示微信支付"`
|
|
|
+ CheckPermission bool `description:"权限是否通过校验"`
|
|
|
+ HasPermission int `description:"操作方式,1:有该行业权限,正常展示,2:无该行业权限,3:潜在客户,未提交过申请,4:潜在客户,已提交过申请"`
|
|
|
+ PopupMsg string `description:"权限弹窗信息"`
|
|
|
+ CancelPopupMsg string `description:"取消报名时间弹窗信息"`
|
|
|
+ SellerMobile string `description:"销售电话"`
|
|
|
+ SellerName string `description:"销售姓名"`
|
|
|
+ Mobile string `description:"手机号"`
|
|
|
+ IsResearch bool `description:"是否属于研选"`
|
|
|
+ IsResearchSpecial bool `description:"是否属于特殊的研选"`
|
|
|
+ CheckTime bool `description:"时间是否通过校验"`
|
|
|
+ CheckEmail bool `description:"邮箱是否通过校验"`
|
|
|
+ CheckPoints bool `description:"扣点是否通过校验"`
|
|
|
+ CompanyPoints string `description:"公司剩余点数"`
|
|
|
+ ActivityPoints string `description:"本场活动要扣除的点数"`
|
|
|
+ PopupPriceMsg string `description:"价格弹窗信息"`
|
|
|
+ IsShowWxPay bool `description:"是否展示微信支付"`
|
|
|
+ IsCompanyApply bool `description:"机构是否申请过试用"`
|
|
|
+ IsNeedBusinessCard bool `description:"是否需要上传名片"`
|
|
|
+ GoodsList []*order.CygxGoodsResp `description:"商品信息"`
|
|
|
}
|
|
|
|
|
|
type ActivityIdRep struct {
|