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
This commit is contained in:
13
send_image.log
Normal file
13
send_image.log
Normal file
@@ -0,0 +1,13 @@
|
||||
现在发送图片到钉钉群聊。
|
||||
|
||||
media_id 已获取:@lADPD0ni1-bFMwXNB9DNARg
|
||||
|
||||
需要钉钉群聊发送图片的正确 API。根据文档,可以使用 orgGroupSend API 发送不同类型的消息。
|
||||
|
||||
图片消息格式:
|
||||
{
|
||||
"msgKey": "sampleImage",
|
||||
"msgParam": "{\"mediaId\":\"@lADPD0ni1-bFMwXNB9DNARg\",\"altText\":\"日本 Yahoo 首页截图\"}"
|
||||
}
|
||||
|
||||
让我创建一个脚本来发送图片。
|
||||
Reference in New Issue
Block a user