zouyu
2 天以前 0b0b8419586505154a7e57e7c32c9a44329347ce
src/main/java/com/ruoyi/tide/utils/TideUtils.java
@@ -21,9 +21,9 @@
@Component
@Slf4j
public class TideUtils {
    private final static String appId = "1198306299205386240";
    private final static String appId = "1203028744864792576";
    private final static String appSecret = "1JV4MTYxMjIwMjUxNDAyMzA4MTYloN";
    private final static String appSecret = "6zIfMjkxMjIwMjUxNDQ3NDk2MDEPZD";
    // 内网地址
    private final static String ip = "http://10.136.0.8:8083";
@@ -104,7 +104,7 @@
    /**
     * 五分钟一次的心跳
     */
    @Scheduled(cron = "0 0/5 * * * ?")
//    @Scheduled(cron = "0 0/5 * * * ?")
    public static void heartbeat(){
        HashMap<String, String> header = getGetHeader(null);
        String url = ip + "/cpn/api/extra/v1/application/heartbeat";