|
|
@@ -131,7 +131,8 @@ public class GptProxyRechargeServiceImpl implements GptProxyRechargeService {
|
|
|
requestBody.put("idp", idp);
|
|
|
|
|
|
HttpResponse response = HttpRequest.post(url)
|
|
|
- .header("accept", "application/json, text/plain, */*")
|
|
|
+ .setConnectionTimeout(60000)
|
|
|
+ .header("accept", "application/json, text/plain, */*")
|
|
|
.header("accept-language", "zh-CN,zh;q=0.9,en;q=0.8")
|
|
|
.header("content-type", "application/json")
|
|
|
.header("origin", "https://www.ow520.com")
|