2
0

feat: rename directory wfc-modules-user to wfc-user

This commit is contained in:
zhangsz
2024-12-30 10:03:24 +08:00
parent b79f2a441a
commit dd0404b6a6
151 changed files with 26 additions and 19 deletions

View File

@@ -26,5 +26,5 @@ public class ServiceNameConstants
/**
* 用户平台模块的 service_id
*/
public static final String USER_SERVICE = "wfc-modules-user";
public static final String USER_SERVICE = "wfc-user";
}