# Interface: RequestSubscribeMessageRes
• RequestSubscribeMessageRes()
# Indexable
- [ TEMPLATE_ID: string]: "accept" | "reject" | "ban" | string
description
[TEMPLATE_ID] 是动态的键,即模板 id,值包括:
- 'accept':用户同意订阅该条id对应的模板消息;
- 'reject':用户拒绝订阅该条id对应的模板消息;
- 'ban':已被后台封禁。
# Properties
# errMsg
• errMsg: string
API 调用成功/失败的消息
Returns: string