Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Area ¶
type Area struct {
AreaId string `json:"area_id"`
AreaName string `json:"area_name"`
ParentAreaId string `json:"parent_area_id"`
}
Area 地区领域对象
type CascadeArea ¶
type CascadeArea struct {
Province Area `json:"province"`
City Area `json:"city"`
County Area `json:"county"`
}
CascadeArea 级联地区领域对象
type MailConfig ¶
type MailConfig struct {
User string `json:"user"`
FromName string `json:"from_name"`
Transport string `json:"transport"`
Username string `json:"username"`
Password string `json:"password"`
Host string `json:"host"`
Port int `json:"port"`
}
MailConfig 邮件配置领域对象
type SenderType ¶
type SenderType string
SenderType 消息发送者类型
const ( SmsSender SenderType = "sms" EmailSender SenderType = "email" )
type SmsTemplate ¶
Click to show internal directories.
Click to hide internal directories.