package com.greenorange.promotion.constant; public interface SystemConstant { /** * 验证码 */ String VERIFICATION_CODE = "verificationCode"; /** * 文件公共前缀 */ String FILE_COMMON_PREFIX = "http://27.30.77.229:9091/file/download/"; }