实现对消息推送的管控 #18
Notifications
Due Date
No due date set.
Blocks
#19 迁移服务至公网
zhaoyingbo/egg_server
Reference: zhaoyingbo/egg_server#18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
两件事:
先mock几个数据,实现调用侧的安全,再考虑页面的事情
设计一个api_key,关联用户和应用,每次请求必须带上api_key以表明身份并使用对应的机器人
每个消息底部需要带上消息发送者
每个消息底部带发送者应该是实现不了了
现在已经支持了通过API_Key的方式进行消息校验,不过申请API_KEY暂无对应页面