查询新旧车主抬头
<h5>简要描述</h5>
<ul>
<li>查询新旧车主抬头</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Admin/ApplyInvoice/get_old_new_owner</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"info": {
"old_owner_title": [
"东方饭店"
...
],
"new_owner_title": [
"优车库网络科技发展(深圳)有限公司"
...
]
},
"status": 1,
"url": ""
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>