Files
qingcheng-houduan/src/main/java/com/greenorange/promotion/constant/SystemConstant.java
chen-xin-zhi 95d30cc5f6 添加了课程模块的功能:
1.小程序端用户根据类别查看课程列表
2.小程序端用户根据id查询课程详情
3.小程序端用户生成推广码
2025-06-24 10:42:28 +08:00

17 lines
286 B
Java

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