Files
full/apps/base/sender/internal/logic/sms/const.go

9 lines
173 B
Go

package sms
const (
FormatDay = "2006-01-02"
KeyPrefix = "/SMS/Code/"
BlackListCacheKey = "/SMS/BlackList/"
LimitCacheKey = "/SMS/LimitCacheKey/"
)