播种申请(WCS提供)
<h5>简要描述</h5>
<ul>
<li>播种申请</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>/seeding/apply/dps</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
"tasks": [
{
"id": 11111111,
"locationNo": "A01-01-01",
"qty": 20
},
{
"id": 11111112,
"locationNo": "A01-01-02",
"qty": 10
}
]
}
</code></pre>
<h5>返回示例</h5>
<pre><code> {
"success": true,
"result": {
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>