Skip to content

zentao-api / getProfile

Function: getProfile()

getProfile(profileKey?): Promise<ZentaoProfileRecord | undefined>

获取指定 profile;不传 key 时返回上次使用的 profile。

Parameters

ParameterType
profileKey?string

Returns

Promise<ZentaoProfileRecord | undefined>

Released under the MIT License.