Skip to content

Commit

Permalink
feat(weapp): 微信增加 startFacialRecognitionVerify API,fix #9185
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Apr 25, 2021
1 parent 8f5ae62 commit 7f57312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taro-weapp/src/apis-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@ export const needPromiseApis = new Set([
'getBLEDeviceServices',
'getBLEDeviceCharacteristics',
'createBLEConnection',
'closeBLEConnection'
'closeBLEConnection',
'startFacialRecognitionVerify'
])

0 comments on commit 7f57312

Please sign in to comment.