|
@@ -31,8 +31,8 @@ import java.io.UnsupportedEncodingException;
|
31
|
31
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
32
|
32
|
@Transactional
|
33
|
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
|
36
|
private static String V = "2.0";
|
37
|
37
|
private static String HOST = "https://testapi.fadada.com:8443/api/";
|
38
|
38
|
|