钉钉机器人始终 “errcode”:-1,”errmsg”:”系统繁忙”

状况描述
最近要触发一个动作后给钉钉发送一个消息,然而每次都提示系统繁忙,本地DEBUG又每次都正常,这就尴尬了,更尴尬的是消息居然发生成功了。
网友的状况
网上一搜索此类的状态一大堆,最终的结论无非就是几类,1:参数错误, 2:ContentType错误,3:你太垃圾。
网络调试
已经在自己服务器上用mitmproy进行调试了,...

Declaration of Illuminate\Container\Container::get($id) must be compatible with Psr\Container\ContainerInterface::get(string $id)

痛苦的BUG折腾了一个下午!!!
第一步Google, 得到链接: https://stackoverflow.com/questions/66526288/declaration-of-illuminate-container-containergetid-must-be-compatible-with
以为so easy, 然后看自己的composer.json上面写着: “psr/container”: “1.0.0”
过了很久很久,看了很多文...