|
@@ -12,7 +12,7 @@ public class BsnSDK {
|
|
|
private static final String DOMAIN = "https://slzxopenapi.ddc.bsnbase.com";
|
|
private static final String DOMAIN = "https://slzxopenapi.ddc.bsnbase.com";
|
|
|
private static final String API_TOKEN = System.getenv("BSN_API_TOKEN");
|
|
private static final String API_TOKEN = System.getenv("BSN_API_TOKEN");
|
|
|
private static final int CHAIN_ID = 3;// 3是泰安链
|
|
private static final int CHAIN_ID = 3;// 3是泰安链
|
|
|
- private static final int TOKEN_TYPE = 1115;
|
|
|
|
|
|
|
+ private static final int TOKEN_TYPE = 1155;
|
|
|
|
|
|
|
|
public static JSONObject accountInfo() throws Exception {
|
|
public static JSONObject accountInfo() throws Exception {
|
|
|
// 加载固定参数
|
|
// 加载固定参数
|