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

update: mp-alipay api

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