充值页面国家列表 根据后台配置展示

This commit is contained in:
tianfeng 2026-03-03 17:58:55 +08:00
parent 55cc89b6d8
commit 78797b1cc4

View File

@ -67,7 +67,7 @@ public class UserProfileAndCountryQueryExe {
userRegionClient.getRegionId(userProfile.getId())
);
if (Objects.equals(cmd.getSysOrigin(), SysOriginPlatformEnum.ASWAT.name())) {
if (Objects.equals(cmd.getSysOrigin(), SysOriginPlatformEnum.LIKEI.name())) {
ResponseAssert.isTrue(CommonErrorCode.NOT_SUPPORTED_REGION, StringUtils.isNotBlank(regionId));
List<RegionRelationDTO> regionRelationList = getRegionRelationList(userProfile, regionId);