|
@@ -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;
|
|
|
|
|
|