动态域名请求返回token,兼容本地ip测试

Test_IRC_Net8
hang 2026-03-19 11:12:43 +08:00
parent 3813b93dc5
commit dedab4e6ba
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
{