Appearance
▸ getEventUnionId(): undefined | string
undefined
string
获取发起云函数请求的用户 unionid
undefined | string
示例
import {createFaaS, getEventUnionId} from '@ifanrx/faas' export default createFaaS(() => { const unionId = getEventUnionId() return 'success' })
packages/faas/faas-utils.js