finish
This commit is contained in:
@@ -4,6 +4,12 @@ import "time"
|
||||
|
||||
type BackNotification struct {
|
||||
Time time.Time `json:"time"`
|
||||
Kind int `json:"kind"`
|
||||
Kind string `json:"kind"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
type SendInfo struct {
|
||||
Region []string `json:"region"`
|
||||
Channel []int `json:"channel"`
|
||||
Notification BackNotification `json:"notification"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user