RedisCacheKeyConstant.java
363 Bytes
package com.yoho.yhmessage.constants;
/**
* redis key常量类
* Created by min.ling on 2018/9/12.
*/
public class RedisCacheKeyConstant {
//小程序发送数统计key
public static final String MINI_SEND_NUM_KEY = "yh:messageSender:MINI_SEND_NUM_";
public static final String WECAHT_CUSTOM_SEND_KEY = "yh:messageSender:WECAHT_CUSTOM_SEND_";
}