当前位置:{{title[tab]}}
| ID | 用户名 | 备注 | 角色 | 到期 | 状态 | 注册 | 小程序 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{u.id}} | {{u.username}} | {{u.remark||'-'}} | {{u.role}} | {{showExp(u.expire_time)}} | {{u.status}} | {{u.created_at}} | {{u.openid?'已绑定':'未绑定'}} / {{u.mini_notify_enabled?'提醒开':'提醒关'}} |
用户:{{u.username}}
备注:{{u.remark||'-'}}
角色:{{u.role}}
到期:{{showExp(u.expire_time)}}
状态:{{u.status}}
注册:{{u.created_at}}
小程序:{{u.openid?'已绑定':'未绑定'}} / {{u.mini_notify_enabled?'提醒开':'提醒关'}}
绑定时间:{{u.mini_bound_at}}
更多操作
管理员账号
| ID | 频道 | Webhook | 订阅 | 最近消息 | 推送文案 | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{c.id}} | {{c.name}} | {{origin+c.webhook_url}} | {{c.subscriber_count}} | {{c.last_message_time||'-'}} | {{c.push_text||c.name+'有新的动态'}} | {{c.status}} |
频道:{{c.name}}
Webhook:{{origin+c.webhook_url}}
订阅人数:{{c.subscriber_count}}
最近消息:{{c.last_message_time||'-'}}
推送文案:{{c.push_text||c.name+'有新的动态'}}
状态:{{c.status}}
更多操作
暂无消息
| ID | 频道 | 内容 | 时间 | 操作 |
|---|---|---|---|---|
| {{m.id}} | {{m.channel_name}} | {{m.content}} | {{m.created_at}} |
频道:{{m.channel_name}}
时间:{{m.created_at}}
微信 / 小程序配置
小程序提醒只推送生活化文案,例如:小狗正在关心你吃饭了没。AppSecret 只保存在后端。
| ID | 类型 | 内容 | 时间 |
|---|---|---|---|
| {{l.id}} | {{l.type}} | {{l.content}} | {{l.created_at}} |
{{l.type}}
{{l.content}}
时间:{{l.created_at}}
| ID | 用户 | 频道 | 文案 | 状态 | 详情 | 时间 |
|---|---|---|---|---|---|---|
| {{l.id}} | {{l.username}} | {{l.channel_name}} | {{l.push_text}} | {{l.status}} | {{l.detail}} | {{l.created_at}} |
{{l.channel_name}} / {{l.status}}
用户:{{l.username}}
文案:{{l.push_text}}
详情:{{l.detail}}
时间:{{l.created_at}}