公路预报数据入库接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据时间,要素,数值入库</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://data-serve.ecoweather.cn/saveData/saveRoadwayStage</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>["时间","要素",[[数值]]]</code></pre>
<p><strong>参数示例</strong></p>
<pre><code>["2020042918","vis",[[数值]]]</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>true/false</code></pre>
<p><strong>返回参数说明</strong> </p>
<pre><code>true:入库正常
false:入库失败</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>撰写人:关云风</li>
</ul>