绘制散点图(单刀)
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>绘制平均厚度、TTV、最大线痕散点图的接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>请使用 <code>http://10.26.66.5:8711/api/plot/scatter</code></li>
<li>已弃用 <code>http://10.26.66.44:8711/api/plot/scatter</code></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>
<tr>
<td style="text-align: left;">originalSN</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>晶棒号</td>
</tr>
</tbody>
</table>
<h5>传参示例</h5>
<pre><code>{
&quot;originalSN&quot;:&quot;KNSR241A1033231NSA&quot;
}</code></pre>
<h5>返参示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;sawMarksPath&quot;: &quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_sawmarks.png&quot;,
&quot;thicknessPath&quot;: &quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_thickness.png&quot;,
&quot;ttvPath&quot;: &quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_ttv.png&quot;
},
&quot;msg&quot;: &quot;success&quot;
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>200: 成功<br>400: 传参错误<br>404: 晶棒号不存在<br>500: 服务器异常</td>
</tr>
<tr>
<td style="text-align: left;">thicknessPath</td>
<td style="text-align: left;">string</td>
<td>平均厚度散点图绝对路径</td>
</tr>
<tr>
<td style="text-align: left;">ttvPath</td>
<td style="text-align: left;">string</td>
<td>TTV散点图绝对路径</td>
</tr>
<tr>
<td style="text-align: left;">sawMarksPath</td>
<td style="text-align: left;">string</td>
<td>最大线痕散点图绝对路径</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<p>图像示例</p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=f74636cc6235e4e974b043a59bad3fad&amp;file=file.png" alt="平均厚度" /></p>
<p>![TTV](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ccdb5873b3b6fb6ffe09d6ed2e510bd&file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ccdb5873b3b6fb6ffe09d6ed2e510bd&file=file.png</a> "TTV")</p>
<p>![最大线痕](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=048dcade58634a569e3052cb2ba3f844&file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=048dcade58634a569e3052cb2ba3f844&file=file.png</a> "最大线痕")</p>