common.go 264 B

1234567891011121314151617
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package consts
  4. const (
  5. PageSize = 10
  6. )
  7. const (
  8. SMS_VALIDITY = 10
  9. )
  10. const (
  11. VCODEKEY = "vcode"
  12. )
  13. const CRYPTO_KEY = "3D28BP43U3Y1B4N6REQW3F319DD23464"