zoujiajian пре 9 месеци
родитељ
комит
bdad4af355

+ 1 - 1
netflix-service/src/main/java/com/cyksj/server/recharge/impl/GptProxyRechargeServiceImpl.java

@@ -42,7 +42,7 @@ import java.util.Optional;
 @RequiredArgsConstructor
 @RequiredArgsConstructor
 public class GptProxyRechargeServiceImpl implements GptProxyRechargeService {
 public class GptProxyRechargeServiceImpl implements GptProxyRechargeService {
 
 
-    private static final String BASE_URL = "https://api.ow521.com/api";
+    private static final String BASE_URL = "https://api.987ai.vip/api";
 
 
     private final GptRechargeCardKeyMapper gptRechargeCardKeyMapper;
     private final GptRechargeCardKeyMapper gptRechargeCardKeyMapper;
 
 

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/mange/gpt/impl/GptRechargeServiceImpl.java

@@ -46,7 +46,7 @@ import java.util.stream.Collectors;
 @Service
 @Service
 @RequiredArgsConstructor
 @RequiredArgsConstructor
 public class GptRechargeServiceImpl implements GptRechargeService {
 public class GptRechargeServiceImpl implements GptRechargeService {
-	private static final String BASE_URL = "https://api.ow521.com/api";
+	private static final String BASE_URL = "https://api.987ai.vip/api";
 
 
 	private final CmsUserMapper cmsUserMapper;
 	private final CmsUserMapper cmsUserMapper;