@mpxjs/api-proxy
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "@mpxjs/api-proxy", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "convert miniprogram API at each end", | ||
@@ -30,3 +30,3 @@ "module": "src/index.js", | ||
"homepage": "https://github.com/didi/mpx#readme", | ||
"gitHead": "838177dcc9eeecd869c33b3df4e5e48c5698acf8" | ||
"gitHead": "6af7968f36327428f8efff361355c2b54ad789b9" | ||
} |
@@ -63,4 +63,3 @@ # mpx-api-proxy | ||
mpx.use(apiProxy, { | ||
usePromise: true, | ||
whiteList: ['showToast'] // showToast 将不能使用 promise 形式 | ||
usePromise: true | ||
}) | ||
@@ -67,0 +66,0 @@ |
34658
9
82