jiangping
2025-02-20 27fbde9362485b38378e5a1abcb76d3e2a2a909e
server/web/src/main/java/com/doumee/jtt808/web/service/Jtt808Service.java
@@ -29,6 +29,7 @@
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.ConcurrentReferenceHashMap;
@@ -50,6 +51,10 @@
@Service
public class Jtt808Service {
    @Value("${tencent.map.remoteHost:}")
    private String mapHost;
    @Value("${tencent.map.appKey:}")
    private String mapKey;
    @Autowired
    private MessageManager messageManager;
    @Autowired