package com.nq.constant;
|
|
/**
|
* 股票长量配置
|
* */
|
public class StockConstant {
|
|
|
// public static String HTTP_API = "http://127.0.0.1:8001/";
|
|
public static String HTTP_F_API = "http://api-v1-f.js-stock.top/";
|
|
// public static String HTTP_API = "http://103.215.76.36:8001/";
|
|
// public static String WS_URL = "ws://103.215.76.36:8001/websocket-server";
|
|
public static String HTTP_API = "https://data.is4vc.com/";
|
|
public static String WS_URL = "ws://ws.is4vc.com:8001/websocket-server";
|
|
public static String KEY = "r3ZAgtcYzuBizmqge2hK";
|
|
|
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 = "F03fXyNJKeFiTGsaoXHg";
|
|
|
|
}
|