提交 45078605 编写于 作者: 雪洛's avatar 雪洛

fix: 支付宝小程序getFileInfo提示参数不正确的Bug

上级 4e05be97
...@@ -211,6 +211,11 @@ const protocols = { // 需要做转换的 API 列表 ...@@ -211,6 +211,11 @@ const protocols = { // 需要做转换的 API 列表
returnValue: { returnValue: {
apFilePath: 'tempFilePath' apFilePath: 'tempFilePath'
} }
},
getFileInfo: {
args: {
filePath: 'apFilePath'
}
}, },
chooseVideo: { chooseVideo: {
// 支付宝小程序文档中未找到(仅在getSetting处提及),但实际可用 // 支付宝小程序文档中未找到(仅在getSetting处提及),但实际可用
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册