common.go 356 B

12345678910111213141516
  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. OrganizationValid = iota + 1 // 机构有效
  9. OrganizationStop // 机构停用
  10. OrganizationExpire // 机构唾弃
  11. )
  12. const CRYPTO_KEY = "3D28BP43U3Y1B4N6REQW3F319DD23464"