| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"create_report_param": {
"contents": [
{
"content_type": "markdown",
"sort": "0",
"type": "1",
"content": "“Mg+ZnS04=MgS04+Zn”你的镁偷走了我的锌",
"key": "今日完成工作"
},
{
"content_type": "markdown",
"sort": "1",
"type": "1",
"content": "“哪有什么满眼星辰,分明就是满眼的你。",
"key": "未完成工作"
}
],
"dd_from": "ygx",
"template_id": "1734xxxxxxe08500e",
"userid": "user123",
"to_chat": true,
"to_cids": "$DD_KExxxxxxYA==",
"to_userids": [
"user123",
"user456"
]
}
}curl --location --request POST 'http://127.0.0.1/topapi/report/create?access_token=bE3xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"create_report_param": {
"contents": [
{
"content_type": "markdown",
"sort": "0",
"type": "1",
"content": "“Mg+ZnS04=MgS04+Zn”你的镁偷走了我的锌",
"key": "今日完成工作"
},
{
"content_type": "markdown",
"sort": "1",
"type": "1",
"content": "“哪有什么满眼星辰,分明就是满眼的你。",
"key": "未完成工作"
}
],
"dd_from": "ygx",
"template_id": "1734xxxxxxe08500e",
"userid": "user123",
"to_chat": true,
"to_cids": "$DD_KExxxxxxYA==",
"to_userids": [
"user123",
"user456"
]
}
}'{
"errmsg": "string",
"errcode": 0,
"result": "string"
}