|
|
@@ -16,7 +16,7 @@ public class ServiceUtil {
|
|
|
private static final long EXPIRY_TIME = 10 * 60 * 1000; // 10 minutes in milliseconds
|
|
|
private static final String SECRET_KEY = "siwei"; // Secret key for signature
|
|
|
private static final String TIME_KEY = "?time="; // time
|
|
|
- private static final String DOMAIN = "http://192.168.60.219/prod-api/apply"; // doman
|
|
|
+ private static final String DOMAIN = "http://10.224.1.227:15000/prod-api/apply"; // doman
|
|
|
|
|
|
/**
|
|
|
* 获取指定目录下的子children list
|