|
|
@@ -101,11 +101,12 @@ type NoticeAliyunSmsPushListResp struct { |
|
|
|
List []NoticeAliyunSmsPushList `json:"list"` |
|
|
|
} |
|
|
|
type NoticeAliyunSmsPushList struct { |
|
|
|
Id string `json:"id"` |
|
|
|
Title string `json:"title"` |
|
|
|
Content string `json:"content"` |
|
|
|
Target string `json:"target"` |
|
|
|
State string `json:"state" example:"0待发送 1发送成功"` |
|
|
|
Id string `json:"id"` |
|
|
|
Title string `json:"title"` |
|
|
|
Content string `json:"content"` |
|
|
|
Target string `json:"target"` |
|
|
|
CreateAt string `json:"create_at"` |
|
|
|
State string `json:"state" example:"0待发送 1发送成功"` |
|
|
|
} |
|
|
|
type NoticeAliyunSmsPushSaveReq struct { |
|
|
|
Id string `json:"id"` |
|
|
|