getUserInfo

小于 1 分钟

getUserInfo

作 者: Luke

日 期: 2022-12-01

Types

getUserInfo(): Promise<GetUserInfoI>

Sample Code

import bridge from "woo-mini-program-bridge"
bridge.getUserInfo()

Arguments

Empty

Callback

Arguments NameTypeDescription
accountIdstring
firstNamestring
lastNamestring
userNamestring
emailstring
phoneNumberstring
addressGetUserInfoAddressI
additionalInfostring

GetUserInfoAddressI

Arguments NameTypeDescription
formattedAddressstring
citystring
streetstring
postalCodestring
regionstring
上次编辑于:
贡献者: luke