- Add agent configuration files (AGENTS.md, USER.md, IDENTITY.md, SOUL.md) - Add git configuration and skills management scripts - Add frontend/backend analysis tools and reports - Add DingTalk media sender utilities and documentation - Fix OpenClaw runtime environment (Node.js and Python) - Configure git remotes and push scripts
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
现在发送图片到钉钉群聊。
|
||
|
||
media_id 已获取:@lADPD0ni1-bFMwXNB9DNARg
|
||
|
||
需要钉钉群聊发送图片的正确 API。根据文档,可以使用 orgGroupSend API 发送不同类型的消息。
|
||
|
||
图片消息格式:
|
||
{
|
||
"msgKey": "sampleImage",
|
||
"msgParam": "{\"mediaId\":\"@lADPD0ni1-bFMwXNB9DNARg\",\"altText\":\"日本 Yahoo 首页截图\"}"
|
||
}
|
||
|
||
让我创建一个脚本来发送图片。
|