encrypt.go 75 B

123456
  1. package entity
  2. type EncryptData struct {
  3. Str string
  4. Expired int64
  5. }