申请单编辑获取数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>申请单编辑获取数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/WarehouseManagement/add_application_form</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">apply_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>yck_application 表ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"apply_cars":[
{
"apply_cars_id":"57103",
"car_id":"52810",
"apply_id":"24042",
"draw_user_name":"郭帅帅",
"draw_user_tel":"18309256581",
"draw_user_idcard":"612501199012026073",
"is_logistics":0
}
],
"cars_id":[
"52810"
],
"remark":"旧版提车-安卓",
"is_delete":"0",
"confirmer_id":"0",
"apply_type":"2",
"is_confirm":0,
"in_warehouse_id":7
}</code></pre>