Files
qingcheng-houduan/src/main/java/com/greenorange/promotion/constant/SystemConstant.java

17 lines
286 B
Java
Raw Normal View History

2025-05-07 00:27:51 +08:00
package com.greenorange.promotion.constant;
public interface SystemConstant {
/**
* 验证码
*/
String VERIFICATION_CODE = "verificationCode";
/**
* 文件公共前缀
*/
String FILE_COMMON_PREFIX = "http://27.30.77.229:9091/file/download/";
2025-05-07 00:27:51 +08:00
}