提交 8a7de58b 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

调整 API get-image-info、get-video-info 条件编译

上级 1ae787c2
......@@ -373,12 +373,14 @@
name: "保存图片到相册",
url: 'save-image-to-photos-album'
},
// #endif
// #ifdef APP
// #endif
// #ifndef APP-IOS
{
name: "获取图片信息",
url: 'get-image-info'
},
},
// #endif
// #ifdef APP
{
name: "压缩图片",
url: 'compress-image'
......@@ -394,11 +396,13 @@
url: 'save-video-to-photos-album'
},
// #endif
// #ifdef APP
// #ifndef APP-IOS
{
name: "获取视频信息",
url: 'get-video-info'
},
},
// #endif
// #ifdef APP
{
name: "压缩视频",
url: 'compress-video'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册