# Interface: BindInviterRes

BindInviterRes()

绑定邀请人操作 成功的返回值

# Properties

# Optional Readonly eventList

eventList? : keyof MogsEvent[]

Inherited from RecycleBackpackItemRes.eventList

当前 Action 所触发的所有事件的列表

description 若开发者需要追踪某个 Action 导致了哪些变化,可以遍历该数组,通过 ev instanceof TargetEvent 来找到关注的事件,获得事件内携带的关于变化的数据的信息。

Returns: keyof MogsEvent[]


# Readonly openId

openId: string

绑定成功的邀请人 OpenId

Returns: string