zj
2024-03-27 533f1b6ba44f398d1860a95e38589fbc13d60d44
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
package org.example.constant;
 
/**
 * 股票长量配置
 * */
public class StockConstant {
 
    public static String HTTP_API = "http://api-in.js-stock.top/";
 
 
    public static String HTTP_F_API = "http://api-v1-f.js-stock.top/";
 
 
    public  static String WS_URL = "ws://api-in-ws.js-stock.top";
 
    public static String KEY = "fbB7pGsFsZyTx0oPZfnm";
 
 
    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";
 
 
 
}