有没有什么办法把钉钉的消息转发到微信?

就是在钉钉给bot账号发完消息后,bot在微信将消息转发给特定账号的

2 个赞

ctx.platform(“dingtalk”).private().user(userId).middleware
ctx.bots[“onebot”].sendPrivateMessage
随手写的不知道对不对(

4 个赞

先用adapter对接平台,

然后插件市场随便找个转发插件

1 个赞