新变更

This commit is contained in:
2025-07-11 11:13:21 +08:00
parent 3b8f62cc7f
commit 453f53c763
29 changed files with 1035 additions and 82 deletions

View File

@ -16,6 +16,12 @@ public interface SystemConstant {
String FILE_COMMON_PREFIX = "http://160.202.242.36:9091/file/download/";
/**
* 默认头像view值
*/
String DEFAULT_AVATAR_VIEW = "default-QU7P9SD5";
/**
* 一级抽成比例
*/

View File

@ -14,7 +14,7 @@ public interface UserConstant {
/**
* 用户默认头像
*/
String USER_DEFAULT_AVATAR = "";
String USER_DEFAULT_AVATAR = SystemConstant.FILE_COMMON_PREFIX + SystemConstant.DEFAULT_AVATAR_VIEW;
/**