CatchTheLettersBackend/src/main/java/com/example/catchTheLetters/constant/CommonConstant.java

12 lines
221 B
Java
Raw Normal View History

2024-04-08 15:59:44 +00:00
package com.example.catchTheLetters.constant;
/**
* @author 慕华
* @date 2024/4/8
* @Version 1.0
* @description
*/
public interface CommonConstant {
String TOKEN_SECRET = "sadao_idfdv_uvnbdson_wd01jsdnvcz";
}