适配阿里云OSS有公网访问地址
@@ -487,6 +487,7 @@ async function httpRequest(req: any, item?: any) {
case "oss":
next({
host: res.host,
+ preview: res.publicDomain,
data: {
OSSAccessKeyId: res.OSSAccessKeyId,
policy: res.policy,