优化系统配置返回

This commit is contained in:
none
2023-04-11 10:36:05 +08:00
parent 8dbe266132
commit 7251c68e83
9 changed files with 99 additions and 11 deletions

View File

@@ -0,0 +1,21 @@
/**
* This file is part of the PlayEdu.
* (c) 杭州白书科技有限公司
*/
package xyz.playedu.api.constant;
/**
* @Author 杭州白书科技有限公司
*
* @create 2023/4/11 10:12
*/
public class CConfig {
public static final String SYSTEM_NAME = "system.name";
public static final String SYSTEM_LOGO = "system.logo";
public static final String SYSTEM_API_URL = "system.api_url";
public static final String SYSTEM_PC_URL = "system.pc_url";
public static final String SYSTEM_H5_URL = "system.h5_url";
public static final String MEMBER_DEFAULT_AVATAR = "member.default_avatar";
}