傅行帆 5 years ago
parent
commit
4a40aa7305

+ 2
- 2
src/main/resources/application-blue.yml View File

80
 
80
 
81
 #法大大服务器地址
81
 #法大大服务器地址
82
 fadada:
82
 fadada:
83
-  appId: ""
84
-  appSecret: ""
83
+  appId: "403057"
84
+  appSecret: "xcIaK36Vc09yXXRdinXYcXhW"
85
   version: "2.0"
85
   version: "2.0"
86
   serveHost: "https://testapi.fadada.com:8443/api/"
86
   serveHost: "https://testapi.fadada.com:8443/api/"

+ 2
- 2
src/main/resources/application-green.yml View File

80
 
80
 
81
 #法大大服务器地址
81
 #法大大服务器地址
82
 fadada:
82
 fadada:
83
-  appId: ""
84
-  appSecret: ""
83
+  appId: "403057"
84
+  appSecret: "xcIaK36Vc09yXXRdinXYcXhW"
85
   version: "2.0"
85
   version: "2.0"
86
   serveHost: "https://testapi.fadada.com:8443/api/"
86
   serveHost: "https://testapi.fadada.com:8443/api/"

+ 2
- 2
src/test/java/com/huiju/estateagents/FdadaTest.java View File

31
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
31
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
32
 @Transactional
32
 @Transactional
33
 public class FdadaTest {
33
 public class FdadaTest {
34
-    private static String APP_ID = "";
35
-    private static String APP_SECRET = "";
34
+    private static String APP_ID = "403057";
35
+    private static String APP_SECRET = "xcIaK36Vc09yXXRdinXYcXhW";
36
     private static String V = "2.0";
36
     private static String V = "2.0";
37
     private static String HOST = "https://testapi.fadada.com:8443/api/";
37
     private static String HOST = "https://testapi.fadada.com:8443/api/";
38
 
38