From d172328b571630f092df894c0e5654930400b32a Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Fri, 7 Dec 2018 16:01:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/h5/helpers/todo-api.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/platforms/h5/helpers/todo-api.js b/src/platforms/h5/helpers/todo-api.js index c0cbce65a7..1650ae33a0 100644 --- a/src/platforms/h5/helpers/todo-api.js +++ b/src/platforms/h5/helpers/todo-api.js @@ -4,16 +4,18 @@ export default [ 'getScreenBrightness', 'setKeepScreenOn', 'addPhoneContact', - 'subscribePush', - 'unsubscribePush', - 'onPush', - 'offPush', 'saveImageToPhotosAlbum', 'saveVideoToPhotosAlbum', 'setClipboardData', 'getClipboardData', 'getRecorderManager', + 'getProvider', 'login', + 'getUserInfo', 'share', - 'requestPayment' + 'requestPayment', + 'subscribePush', + 'unsubscribePush', + 'onPush', + 'offPush' ] -- GitLab