Merge branch 'dev/dev-ltx' into dev/dev

This commit is contained in:
litianxiang
2025-10-30 15:54:45 +08:00

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