feat: 更新图片存储地址并扩展图片记录返回信息

- 将图片存储服务地址由本地地址调整为线上正式地址
- 图片列表返回结果中新增 UserName、UserId、IsAnonymous 字段,完善用户相关信息返回
This commit is contained in:
ccnetcore
2026-01-03 22:09:30 +08:00
parent 922596c128
commit 1d47b26d0d
2 changed files with 5 additions and 2 deletions

View File

@@ -1003,7 +1003,7 @@ public class AiGateWayManager : DomainService
}
}
private const string ImageStoreHost = "http://localhost:19001/api/app";
private const string ImageStoreHost = "https://ccnetcore.com/prod-api";
/// <summary>
/// Gemini 生成(Image)-非流式-缓存处理
/// 返回图片绝对路径