Skip to content

Commit

Permalink
fix(types): add getPhoneNumber code field
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain777777 authored and Chen-jj committed Mar 28, 2022
1 parent 9a5eb39 commit 587abfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taro-components/types/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ declare namespace ButtonProps {
encryptedData: string
/** 加密算法的初始向量 */
iv: string
/** 动态令牌。可通过动态令牌换取用户手机号。使用方法详情 [phonenumber.getPhoneNumber](https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/phonenumber/phonenumber.getPhoneNumber.html) 接口 */
code:string
}

interface onChooseAvatarEventDetail {
Expand Down

0 comments on commit 587abfb

Please sign in to comment.