package main // 定义公共变量名 const ( // 从jwt中解析出来的字段,放到 context 中 KEY_DEVICEID = "DeviceID" KEY_GID = "GID" KEY_HEADER_TIMEZONE = "timezone" KEY_HEADER_SECONDSFROMGMT = "secondsfromgmt" KEY_LOCAL_TIMEZONE = "Asia/Shanghai" // 定义每日免费次数 DAILY_FREE_COUNT = 3 // 定义购买的应用商店 APPSTORE = "appstore" PLAYSTORE = "playstore" )