Files
workspace/send_image.log
aitest 15c4480db1 Add OpenClaw workspace configuration and tools
- 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
2026-03-05 13:56:59 +09:00

14 lines
406 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

现在发送图片到钉钉群聊。
media_id 已获取:@lADPD0ni1-bFMwXNB9DNARg
需要钉钉群聊发送图片的正确 API。根据文档可以使用 orgGroupSend API 发送不同类型的消息。
图片消息格式:
{
"msgKey": "sampleImage",
"msgParam": "{\"mediaId\":\"@lADPD0ni1-bFMwXNB9DNARg\",\"altText\":\"日本 Yahoo 首页截图\"}"
}
让我创建一个脚本来发送图片。