动态域名请求返回token,兼容本地ip测试
This commit is contained in:
@@ -1872,6 +1872,11 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
|
||||
{
|
||||
objectStoreUse = find.Primary;
|
||||
}
|
||||
else
|
||||
{
|
||||
//本地localhost 时候,默认给值
|
||||
objectStoreUse = ObjectStoreServiceOptions.ObjectStoreUse;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user