Skip to content

Commit

Permalink
fix(runtime-mini): 支付宝转微信类场景移除 saveImageToPhotosAlbum => saveImage 转换
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaphon committed May 13, 2024
1 parent 5dea0eb commit 7a00597
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/runtime-mini/src/alipay/apisToOther.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ const apiTransformConfig: IAPITransformConfig = {
}
}
},
saveImageToPhotosAlbum: {
n: 'saveImage',
opts: {
c: [{ o: 'url', n: 'filePath' }]
}
},
getFileInfo: {
opts: {
c: [{ o: 'apFilePath', n: 'filePath' }]
Expand Down

0 comments on commit 7a00597

Please sign in to comment.