12 lines
221 B
Java
12 lines
221 B
Java
|
package com.example.catchTheLetters.constant;
|
||
|
|
||
|
/**
|
||
|
* @author 慕华
|
||
|
* @date 2024/4/8
|
||
|
* @Version 1.0
|
||
|
* @description
|
||
|
*/
|
||
|
public interface CommonConstant {
|
||
|
String TOKEN_SECRET = "sadao_idfdv_uvnbdson_wd01jsdnvcz";
|
||
|
}
|