Compare commits

..

2 Commits

Author SHA1 Message Date
hang bfe2478628 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-03-19 11:12:44 +08:00
hang dedab4e6ba 动态域名请求返回token,兼容本地ip测试 2026-03-19 11:12:43 +08:00
1 changed files with 5 additions and 0 deletions

View File

@ -1872,6 +1872,11 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
{
objectStoreUse = find.Primary;
}
else
{
//本地localhost 时候,默认给值
objectStoreUse = ObjectStoreServiceOptions.ObjectStoreUse;
}
}
else
{