Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 laravel 的 slack 通知系统在频道中发送消息。
我想访问请求的响应以获取发布的消息的时间戳以存储它并稍后修改消息。
我怎么能得到这个回应?
谢谢 !
实际上,我了解到 Laravel 中的 Slack 系统使用 slack webhock,我们无法在响应中得到任何东西。
为了得到一些东西,我们应该使用 chat.postMessage 方法而不是一个松弛令牌。
Github 上有一个包允许:
https://github.com/beyondcode/slack-notification-channel