|
@@ -16,7 +16,7 @@ type CygxActivitySignup struct {
|
|
|
CompanyId int `description:"公司id"`
|
|
|
CompanyName string `description:"公司名称"`
|
|
|
FailType int `description:"失败原因,0,未失败,1总人数已满,2单机构超限制,3,爽约次数超限"`
|
|
|
- SignupType int `description:"报名方式,1预约外呼,2我要报名"`
|
|
|
+ SignupType int `description:"报名方式,1预约外呼,2自主拨入,3我要报名"`
|
|
|
}
|
|
|
|
|
|
type SignupStatus struct {
|