|
|
@@ -39,7 +39,7 @@ import java.util.List;
|
|
|
@RequiredArgsConstructor
|
|
|
public class GptProxyRechargeServiceImpl implements GptProxyRechargeService {
|
|
|
|
|
|
- private static final String BASE_URL = "https://api.ow520.com/api";
|
|
|
+ private static final String BASE_URL = "https://api.ow521.com/api";
|
|
|
|
|
|
private final GptRechargeCardKeyMapper gptRechargeCardKeyMapper;
|
|
|
|