com.wudgaby.apiautomatic.consts.ApiSystemConst Maven / Gradle / Ivy
package com.wudgaby.apiautomatic.consts;
/**
* @Author : wudgaby
* @Version : since 1.0
* @Date : 2021/5/2 14:35
* @Desc :
*/
public interface ApiSystemConst {
String REDIS_API_SET = "REDIS:APIS:";
String REDIS_API_CHANNEL = "API_CHANNEL";
String RES_TYPE = "API";
}