# Interface: RequestSubscribeSystemMessageRes

RequestSubscribeSystemMessageRes()

# Indexable

  • [ MSG_TYPE: string]: "accept" | "reject" | "ban" | string

description [MSG_TYPE] 是动态的键,即系统订阅消息类型,值为:

  • 'accept':用户同意订阅该类型对应的模板消息;
  • 'reject':用户拒绝订阅该类型对应的模板消息;
  • 'ban':已被后台封禁;

# Properties

# errMsg

errMsg: string

Inherited from MogsRes.errMsg

API 调用成功/失败的消息

Returns: string