提交 529e75fe 编写于 作者: W wangyaqi

update: mp-alipay api

上级 578748a8
...@@ -27,7 +27,8 @@ const todos = [ ...@@ -27,7 +27,8 @@ const todos = [
'getExtConfig', 'getExtConfig',
'getExtConfigSync', 'getExtConfigSync',
'onWindowResize', 'onWindowResize',
'offWindowResize' 'offWindowResize',
'saveVideoToPhotosAlbum'
] ]
// 存在兼容性的 API 列表 // 存在兼容性的 API 列表
...@@ -41,8 +42,6 @@ const canIUses = [ ...@@ -41,8 +42,6 @@ const canIUses = [
'removeTabBarBadge', 'removeTabBarBadge',
'showTabBarRedDot', 'showTabBarRedDot',
'hideTabBarRedDot', 'hideTabBarRedDot',
'chooseVideo',//支付宝小程序文档中未找到(仅在getSetting处提及),但实际可用
'saveVideoToPhotosAlbum',
'openSetting', 'openSetting',
'getSetting', 'getSetting',
'createIntersectionObserver', 'createIntersectionObserver',
...@@ -199,6 +198,12 @@ const protocols = { // 需要做转换的 API 列表 ...@@ -199,6 +198,12 @@ const protocols = { // 需要做转换的 API 列表
returnValue: { returnValue: {
apFilePath: 'tempFilePath' apFilePath: 'tempFilePath'
} }
},
chooseVideo: {
//支付宝小程序文档中未找到(仅在getSetting处提及),但实际可用
returnValue: {
apFilePath: 'tempFilePath'
}
}, },
connectSocket: { connectSocket: {
args: { args: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册