{ "create_report_param": { "contents": [ { "content_type": "markdown", "sort": "0", "type": "1", "content": "“这里是今天已经完成的工作。", "key": "今日完成工作" }, { "content_type": "markdown", "sort": "1", "type": "1", "content": "“这是待处理的任务。", "key": "未完成工作" } ], "dd_from": "report", "template_id": "1734bff776fcc65ce6944f749e08500e", "userid": "user456" } }
curl --location --request POST 'http://127.0.0.1/topapi/report/savecontent?access_token=bE3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "create_report_param": { "contents": [ { "content_type": "markdown", "sort": "0", "type": "1", "content": "“这里是今天已经完成的工作。", "key": "今日完成工作" }, { "content_type": "markdown", "sort": "1", "type": "1", "content": "“这是待处理的任务。", "key": "未完成工作" } ], "dd_from": "report", "template_id": "1734bff776fcc65ce6944f749e08500e", "userid": "user456" } }'
{ "result": "string", "errcode": 0, "errmsg": "string" }