From 8224ea2b0575273128895dab5607d4ed676981b9 Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Thu, 02 May 2024 00:23:33 +0800 Subject: [PATCH] 1 --- src/main/resources/application.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fe15f3e..dbaf016 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -34,8 +34,8 @@ #股票key的地址 -IN_HTTP_API = http://api-in.js-stock.top/ -IN_WS_URL = ws://api-in-ws.js-stock.top +IN_HTTP_API = https://data.is4vc.com/ +IN_WS_URL = ws://ws.is4vc.com:8001/websocket-server IN_KEY = r3ZAgtcYzuBizmqge2hK US_HTTP_API = http://api-us.js-stock.top/ -- Gitblit v1.9.3