info address list
This commit is contained in:
@@ -38,12 +38,12 @@ func FsBool(v bool) *bool {
|
||||
|
||||
// SubscriptionStatus 订阅状态
|
||||
type SubscriptionStatus struct {
|
||||
NotificationEmail *struct {
|
||||
NotificationEmail struct {
|
||||
OrderUpdate bool `json:"order_update"`
|
||||
Newseleter bool `json:"newseleter"`
|
||||
} `json:"notification_email"`
|
||||
|
||||
NotificationPhone *struct {
|
||||
NotificationPhone struct {
|
||||
OrderUpdate bool `json:"order_update"`
|
||||
Newseleter bool `json:"newseleter"`
|
||||
} `json:"notification_phone"`
|
||||
|
||||
Reference in New Issue
Block a user