去掉vpn配置

This commit is contained in:
litianxiang
2025-10-30 15:54:25 +08:00
parent fc2d8b61f4
commit d108efed5b

View File

@@ -300,8 +300,6 @@ public class TryOnEffectServiceImpl extends ServiceImpl<TryOnEffectMapper, TryOn
*/
private String callGoogleImageGenerationAPI(String prompt, List<String> base64Images) {
try {
System.setProperty("https.proxyHost", "127.0.0.1");
System.setProperty("https.proxyPort", "10809");
// 谷歌API配置
String projectId = "aida-461108";
String location = "global";