|
@@ -22,7 +22,7 @@ type CygxActivitySpecialTrip struct {
|
|
OutboundMobile string `description:"外呼手机号"`
|
|
OutboundMobile string `description:"外呼手机号"`
|
|
CountryCode string `description:"手机国家区号"`
|
|
CountryCode string `description:"手机国家区号"`
|
|
IsCancel string `description:"是否取消,1是,0否"`
|
|
IsCancel string `description:"是否取消,1是,0否"`
|
|
- IsValid string `description:"参会报名是否有效 1:是,0"`
|
|
|
|
|
|
+ IsValid int `description:"参会报名是否有效 1:是,0"`
|
|
}
|
|
}
|
|
|
|
|
|
type CygxActivitySpecialTripResp struct {
|
|
type CygxActivitySpecialTripResp struct {
|