|
@@ -15,7 +15,7 @@ import java.util.HashMap;
|
|
|
@Slf4j
|
|
|
@Component
|
|
|
public class LApiUtil {
|
|
|
- private final static int TIMEOUT = 20*1000;
|
|
|
+ private final static int TIMEOUT = 10*1000;
|
|
|
|
|
|
public static JSONObject PostRequest(String url,HashMap map){
|
|
|
String body = HttpRequest.post(url)
|