This commit is contained in:
雷欧(林平凡)
2025-03-11 16:09:51 +08:00
parent a20807c607
commit 5223239000

View File

@@ -86,8 +86,11 @@ public class JDUtil {
// 添加ObjectMapper来序列化和反序列化UserInteractionState
private final ObjectMapper objectMapper = new ObjectMapper();
// Getter 方法,方便外部访问
@Getter
@Value("${isRunning.wx}")
private String isRunning_wx ;
@Getter
@Value("isRunning.jd}")
private String isRunning_jd ;