package org.example.constant;
|
|
/**
|
* 股票长量配置
|
* */
|
public class StockConstant {
|
|
public static String HTTP_API = "http://api-in-2.js-stock.top/";
|
|
|
public static String HTTP_F_API = "http://api-v1-f.js-stock.top/";
|
|
|
public static String WS_URL = "ws:/api-in-2-ws.js-stock.top";
|
|
public static String KEY = "eVKtHt7aG4m6ozwWL9qG";
|
|
|
public static String US_WS_URL = "ws://ws-us.js-stock.top";
|
|
public static String US_API_URL = "http://api-us.js-stock.top/";
|
|
public static String US_KEY = "jZFrku4RGQjP87Hmq5tm";
|
}
|