-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7713e52
commit da6840b
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Taro.getOpenUserInfo() | ||
sidebar_label: getOpenUserInfo | ||
--- | ||
|
||
此接口可获取支付宝会员的基础信息 | ||
|
||
> 最低版本: 10.1.35(支付宝小程序) | ||
## 类型 | ||
|
||
```typescript | ||
() => Promise<string> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
declare namespace Taro { | ||
/** | ||
* 此接口可获取支付宝会员的基础信息 | ||
* @since 10.1.35 | ||
* @since 10.1.35(支付宝小程序) | ||
*/ | ||
function getOpenUserInfo(): Promise<string> | ||
} |