You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
507 B
33 lines
507 B
package model |
|
|
|
// const . |
|
const ( |
|
MobileUserAgentFlag = "Mobile" |
|
ProPassed = "/v3/result/%d" |
|
|
|
MinType = 3 |
|
MaxType = 10 |
|
BlockMsg = "12小时内无法再次答题!" |
|
|
|
DefPageSize = 10 |
|
DefPageNo = 1 |
|
NoParam = -1 |
|
|
|
OfficialType = 6 |
|
ShowOfficialRank = 31300 |
|
|
|
// ans info. |
|
AnsSize = 4 // 题目答案数 |
|
HashSalt = "bilirqeust" |
|
|
|
// platfrom |
|
PlatH5 = "h5" |
|
PlatPC = "pc" |
|
|
|
DefBirthday1 = "1930-01-01" |
|
DefBirthday2 = "1980-01-01" |
|
|
|
// rank |
|
FlagAll = "all" |
|
FlagMonth = "m" |
|
)
|
|
|