We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d48dad commit ed5e17dCopy full SHA for ed5e17d
examples/index/index.js
@@ -1,4 +1,4 @@
1
-const { promisifyAll } = require('miniprogram-api-promise')
+const { promisifyAll, promisify } = require('miniprogram-api-promise')
2
const app = getApp()
3
const wxp = {}
4
0 commit comments