{
"content": "输入内容-测试",
"contentJson": "[{\"blockTitle\":\"门店相关\",\"showIfEmpty\":true,\"lines\":[{\"tmp\":\"ROS分:{{100000000}}\",\"showIndex\":true,\"showIfEmpty\":true,\"variables\":[{\"metricId\":100000000,\"showRatio\":true}]},{\"tmp\":\"美团人气榜:{{100000001}}\",\"showIndex\":true,\"showIfEmpty\":true,\"variables\":[{\"metricId\":100000001,\"showRatio\":false}]}]}]"
}
curl --location --request POST '/kdb/textReport/editTmp' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "输入内容-测试",
"contentJson": "[{\"blockTitle\":\"门店相关\",\"showIfEmpty\":true,\"lines\":[{\"tmp\":\"ROS分:{{100000000}}\",\"showIndex\":true,\"showIfEmpty\":true,\"variables\":[{\"metricId\":100000000,\"showRatio\":true}]},{\"tmp\":\"美团人气榜:{{100000001}}\",\"showIndex\":true,\"showIfEmpty\":true,\"variables\":[{\"metricId\":100000001,\"showRatio\":false}]}]}]"
}'
{"code":200,"message":"接口调用成功","data":null}