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

package consts
const (
BASE_TTL = 600
RANDOM_RANGE = 60
)
const (
VOTE_DETAIL = "voteDetail" //投票名单查询
ARTICLE = "article" //文章查询
EXPORT_FILE = "exportFile" //导出数据查询
)