zentao-api / getProfile
Function: getProfile()
getProfile(
profileKey?):Promise<ZentaoProfileRecord|undefined>
获取指定 profile;不传 key 时返回上次使用的 profile。
Parameters
| Parameter | Type |
|---|---|
profileKey? | string |
Returns
Promise<ZentaoProfileRecord | undefined>