NetLayerOSSConfigInfoModel.ets 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export interface NetLayerOSSConfigInfoModel { bucketName: string; //bucket type: string; //对应的场景类型 endPoint: string; //图片region uploadPath: string; //文件存储的路径 domain: string; //图片对应桶CDN地址 }