Browse Source

增加景昱医疗科技的北森Key

seyason 1 year ago
parent
commit
719750e6f8

+ 17 - 0
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/util/BeiSenUtils.java

@@ -31,6 +31,23 @@ import java.util.*;
 public class BeiSenUtils {
     static String port="10.1.10.41:20170";
 
+    public static class KeyInfo{
+        String clientName;
+        String key;
+        String secret;
+        String token;
+        LocalDateTime tokenTime;
+    }
+    public static HashMap customerKeySource = new HashMap();
+
+    static {
+        KeyInfo 景昱医疗科技 = new KeyInfo();
+        景昱医疗科技.clientName="景昱医疗科技";
+        景昱医疗科技.key="70FD83474FB946E5A6A122BB2989E8D9";
+        景昱医疗科技.secret="F494856D0BCC49D18C63429D4F2CB42EDE9480D5C075449E9C97E7AEA5C7D9E1";
+        customerKeySource.put("景昱医疗科技", 景昱医疗科技);
+    }
+
     public static void main(String[] args) {
         BeiSenUtils dockWithMLD=new BeiSenUtils();
         JSONObject jsonObject=new JSONObject();