赛会功能代码

This commit is contained in:
wuyibo
2022-11-18 16:30:44 +08:00
parent 4d0c485193
commit bb443dd429
13 changed files with 551 additions and 8 deletions

View File

@@ -52,8 +52,29 @@ public class CacheConstants
*/
public static final String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
/**
* 赛会推广的二维码缓存地址key
*/
public static final String COMPETITION_SPREAD_AQR_CODE="competition:spread:aqr:code:";
/**
* 存放赛程循环赛的锁的key
*/
public static final String ARRANGE_TEAM_GROUP_SCHEDULE="arrange:team:group:schedule:";
/**
* 小程序ACCESS_TOKEN缓存key
*/
public static final String WX_APPLETS_REDIS_ACCESS_TOKEN_KEY="wx.applets.access.token.key";
/**
* 微信小程序--服务器验证专用token
*/
public static final String WX_APPLETS_TOKEN="oHDqn56DWSxUHyiOnqLAyawfUj0k";
/**
* 微信小程序--开发者账号的appid
*/
public static final String WX_APPLETS_APP_ID="wxd4300820f84a6d6b";
/**
* 微信小程序--开发者账号的AppSecret
*/
public static final String WX_APPLETS_APP_SERCERT="16daf686025b3d9755976d79615b254f";
}