diff --git a/src/platforms/mp-alipay/runtime/api/protocols.js b/src/platforms/mp-alipay/runtime/api/protocols.js index 5f78ff758b6b0191f602d94072ccc7c0ebb1ce37..3b82d5ba4ad17e41d39019de21772ff362a8e1f6 100644 --- a/src/platforms/mp-alipay/runtime/api/protocols.js +++ b/src/platforms/mp-alipay/runtime/api/protocols.js @@ -3,13 +3,10 @@ const todos = [ 'getRecorderManager', 'getBackgroundAudioManager', 'createInnerAudioContext', - 'createVideoContext', 'createCameraContext', 'createLivePlayerContext', - 'onMemoryWarning', 'startAccelerometer', 'startCompass', - 'addPhoneContact', 'authorize', 'chooseInvoiceTitle', 'addTemplate', @@ -45,7 +42,10 @@ const canIUses = [ 'checkIsSupportSoterAuthentication', 'startSoterAuthentication', 'checkIsSoterEnrolledInDevice', - 'openDocument' + 'openDocument', + 'createVideoContext', + 'onMemoryWarning', + 'addPhoneContact' ] function _handleNetworkInfo (result) {