1234567891011121314151617 |
- // Copyright 2019 getensh.com. All rights reserved.
- // Use of this source code is governed by getensh.com.
- package consts
- const (
- PageSize = 10
- )
- const (
- SMS_VALIDITY = 10
- )
- const (
- VCODEKEY = "vcode"
- )
- const CRYPTO_KEY = "3D28BP43U3Y1B4N6REQW3F319DD23464"
|