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.

12 lines
217 B

2 weeks ago
  1. package consts
  2. const (
  3. BASE_TTL = 600
  4. RANDOM_RANGE = 60
  5. )
  6. const (
  7. VOTE_DETAIL = "voteDetail" //投票名单查询
  8. ARTICLE = "article" //文章查询
  9. EXPORT_FILE = "exportFile" //导出数据查询
  10. )