mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
赛会功能代码
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user