9 lines
173 B
Go
9 lines
173 B
Go
package sms
|
|
|
|
const (
|
|
FormatDay = "2006-01-02"
|
|
KeyPrefix = "/SMS/Code/"
|
|
BlackListCacheKey = "/SMS/BlackList/"
|
|
LimitCacheKey = "/SMS/LimitCacheKey/"
|
|
)
|