answer_state.go 507 B

123456789101112131415161718192021222324252627282930313233
  1. package model
  2. // const .
  3. const (
  4. MobileUserAgentFlag = "Mobile"
  5. ProPassed = "/v3/result/%d"
  6. MinType = 3
  7. MaxType = 10
  8. BlockMsg = "12小时内无法再次答题!"
  9. DefPageSize = 10
  10. DefPageNo = 1
  11. NoParam = -1
  12. OfficialType = 6
  13. ShowOfficialRank = 31300
  14. // ans info.
  15. AnsSize = 4 // 题目答案数
  16. HashSalt = "bilirqeust"
  17. // platfrom
  18. PlatH5 = "h5"
  19. PlatPC = "pc"
  20. DefBirthday1 = "1930-01-01"
  21. DefBirthday2 = "1980-01-01"
  22. // rank
  23. FlagAll = "all"
  24. FlagMonth = "m"
  25. )