dingtalk icon indicating copy to clipboard operation
dingtalk copied to clipboard

DingTalk(dingding) 是钉钉机器人的 go 实现。支持 Docker、Jenkinsfile、命令行模式,module 模式,加签安全设置,支持链式语法创建消息,支持文本、链接、Markdown、ActionCard、FeedCard消息类型; DingTalk (ding...

Results 7 dingtalk issues
Sort by recently updated
recently updated
newest added

是否有支持Drone的计划

`dingtalk text -c test -t xxx -m "1xxxx","1xxx"` `dingtalk text -c test -t xxx -m "1xxxx" "1xxx"` `dingtalk text -c test -t xxx -m ["1xxxx","1xxx"]` `dingtalk text -c test -t...

看了一圈代码,好像ActionCard不支持at人,钉钉官方文档里是支持的

我在命令行里这样写: ```shell dingtalk actionCard -t ${ACCESS_TOKEN} -s ${SECRET} -i xxxxx已部署测试 -b 下载 -c http://172.16.58.16:8001/development/latest.tar.gz -e "# xxxxx已部署 \n\n http: //baidu.com" ``` 在钉钉里收到的是这样的,并没有换行: ![image](https://github.com/CatchZeng/dingtalk/assets/14820859/b1b4fb76-c11e-40be-9286-732451fa6a5e)

When the system time is incorrect during testing, it may cause message failures.

outgoing的机器人的webhook地址与平时的不太一样。 https://oapi.dingtalk.com/robot/sendBySession?session=xxxxxxxxxxxxxxxxxxx 希望有计划可以支持该功能。

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies