修复:设置默认截图回调URL,解决Edge回调WVP问题

This commit is contained in:
2026-03-10 17:02:38 +08:00
parent d1c8eae5b8
commit 8f17ba9005

View File

@@ -58,7 +58,7 @@ public class AiScreenshotServiceImpl implements IAiScreenshotService {
@Autowired
private CosUtil cosUtil;
@Value("${ai.screenshot.callback-url:}")
@Value("${ai.screenshot.callback-url:http://124.222.218.198:18080}")
private String callbackUrl;
@Override