init: 1.0.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
// ForthwithSendEmail forthwith send email
|
||||
ForthwithSendSms = "forthwith:sms:send"
|
||||
)
|
||||
|
||||
type (
|
||||
SendSmsPayload struct {
|
||||
Type uint8 `json:"type"`
|
||||
Telephone string `json:"telephone"`
|
||||
TelephoneArea string `json:"area"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user