|
@@ -112,6 +112,7 @@ type NoticeAliyunSmsPushList struct { |
|
|
Content string `json:"content"` |
|
|
Content string `json:"content"` |
|
|
Target string `json:"target"` |
|
|
Target string `json:"target"` |
|
|
CreateAt string `json:"create_at"` |
|
|
CreateAt string `json:"create_at"` |
|
|
|
|
|
SmsCode string `json:"sms_code"` |
|
|
State string `json:"state" example:"0待发送 1发送成功"` |
|
|
State string `json:"state" example:"0待发送 1发送成功"` |
|
|
} |
|
|
} |
|
|
type NoticeAliyunSmsPushSaveReq struct { |
|
|
type NoticeAliyunSmsPushSaveReq struct { |
|
|