查询是否已补件
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询是否已补件</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/censor_pass_plate</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">ggid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>板件ggid</td>
</tr>
</tbody>
</table>
<p><strong>返回数据样式</strong></p>
<pre><code>{
"status": 1,
"msg": "此板件已发起过补件操作",
"data": [
{
"id": 606423,
"room_id": 22057,
"type": "多层实木",
"size": "550*1357.64*18",
"buyer_address": "66",
"buyer": "",
"create_time": "2019-07-10 17:33:47",
"color": "T01",
"plate_num": "071017902381",
"ggid": "FOrdz",
"uid": 2150,
"forcer_mark": "1",
"unique_id": "671722441296687248",
"plate_name": "右立板00",
"plankId": 0
},
{
"id": 606439,
"room_id": 22058,
"type": "多层实木",
"size": "550*1200*18",
"buyer_address": "2525",
"buyer": "",
"create_time": "2019-07-10 17:36:20",
"color": "T01",
"plate_num": "071017477699",
"ggid": "B6lSf",
"uid": 2150,
"forcer_mark": "1",
"unique_id": "671722441296687487",
"plate_name": "右立板01",
"plankId": 1
}
]
}</code></pre>