jiangping
2025-02-20 0b04bc0ebd1d11d9184715038a43befe1a18c730
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