添加了课程模块的功能:
1.小程序端用户根据类别查看课程列表 2.小程序端用户根据id查询课程详情 3.小程序端用户生成推广码
This commit is contained in:
@ -7,4 +7,10 @@ public interface SystemConstant {
|
||||
*/
|
||||
String VERIFICATION_CODE = "verificationCode";
|
||||
|
||||
|
||||
/**
|
||||
* 文件公共前缀
|
||||
*/
|
||||
String FILE_COMMON_PREFIX = "http://27.30.77.229:9091/file/download/";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user