提交 f82423ac 编写于 作者: d-u-a's avatar d-u-a

fix: 适配支付宝小程序API getSavedFileList

上级 0d16163d
...@@ -285,7 +285,9 @@ const protocols = { // 需要做转换的 API 列表 ...@@ -285,7 +285,9 @@ const protocols = { // 需要做转换的 API 列表
getSavedFileInfo: { getSavedFileInfo: {
args: { args: {
filePath: 'apFilePath' filePath: 'apFilePath'
}
}, },
getSavedFileList:{
returnValue (result) { returnValue (result) {
if (result.fileList && result.fileList.length) { if (result.fileList && result.fileList.length) {
result.fileList.forEach(file => { result.fileList.forEach(file => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册