- // Copyright 2019 getensh.com. All rights reserved.
- // Use of this source code is governed by getensh.com.
- package consts
- const (
- PageSize = 10
- )
- const (
- OrganizationValid = iota + 1 // 机构有效
- OrganizationStop // 机构停用
- OrganizationExpire // 机构唾弃
- )
- const CRYPTO_KEY = "3D28BP43U3Y1B4N6REQW3F319DD23464"
|