update 中电联平台名称改为 宁波平台

This commit is contained in:
Lemon
2024-04-29 10:30:00 +08:00
parent 8fcb43243a
commit f3a78dff97
4 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ import java.util.Map;
@Service
public class ZhongDianLianPlatformServiceImpl implements ThirdPartyPlatformService {
// 平台类型
private final String thirdPlatformType = ThirdPlatformTypeEnum.ZHONG_DIAN_LIAN_PLATFORM.getTypeCode();
private final String thirdPlatformType = ThirdPlatformTypeEnum.NING_BO_PLATFORM.getTypeCode();
@Autowired
private ThirdPartyPlatformConfigService thirdPartyPlatformConfigService;