dingding

command
v0.0.0-...-3458964 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

首先,你需要在钉钉开发平台中创建一个应用并获取到对应的 AppKey 和 AppSecret。然后,你可以使用以下步骤来发送通知:

使用 AppKey 和 AppSecret 获取到 access_token。你可以使用以下 API 获取 access_token:

https://oapi.dingtalk.com/gettoken?appkey=APPKEY&appsecret=APPSECRET

使用 access_token 和其他所需的参数调用钉钉的发送消息 API 发送通知。你可以使用以下 API 发送通知:

https://oapi.dingtalk.com/message/send?access_token=ACCESS_TOKEN

具体的,你需要构造一个 JSON 对象作为请求体,包含以下字段:

touser: 接收通知的用户的 userid,多个用户用逗号分隔。

toparty: 接收通知的部门的 ID,多个部门用逗号分隔。

totag: 接收通知的标签的 ID,多个标签用逗号分隔。

msgtype: 消息类型,此处应为 "text"。

agentid: 发送通知的应用的 ID。

text: 消息内容,类型为文本时,此字段包含文本消息的内容。

at: 被 @ 的用户的 userid 列表,多个用户用逗号分隔。

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL