|
|
|
@ -31,7 +31,8 @@ type AddCronReq struct { |
|
|
|
NoticeType int `p:"noticeType" description:"公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告"` |
|
|
|
NoticeType int `p:"noticeType" description:"公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告"` |
|
|
|
Channel string `p:"channel" description:"渠道号:第三方的登录渠道"` |
|
|
|
Channel string `p:"channel" description:"渠道号:第三方的登录渠道"` |
|
|
|
Content string `p:"content" description:""` |
|
|
|
Content string `p:"content" description:""` |
|
|
|
SendTime int64 `p:"sendTime" description:""` |
|
|
|
SendTime int64 `p:"sendTime" description:""` |
|
|
|
|
|
|
|
IsShow int `p:"isShow" description:""` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type AddCronRes struct { |
|
|
|
type AddCronRes struct { |
|
|
|
|