Implements Powow TransactionalSMS.Create and TransactionalSMS.Update RPC
methods See CNOUS/mse#1005
This commit is contained in:
10
internal/model/powow/sms_template.go
Normal file
10
internal/model/powow/sms_template.go
Normal file
@ -0,0 +1,10 @@
|
||||
package powow
|
||||
|
||||
type SMSTemplate struct {
|
||||
ID int `storm:"id,increment"`
|
||||
SmsName string
|
||||
FromName string
|
||||
Content string
|
||||
ShortLink int
|
||||
Language string
|
||||
}
|
Reference in New Issue
Block a user