根据id查公司
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>192.168.1.210:8002/gyt/getCompanyById?id=2</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;查询成功&quot;,
&quot;result&quot;: {
&quot;id&quot;: 2,
&quot;fullName&quot;: &quot;国医通测试医院&quot;,
&quot;username&quot;: &quot;测试&quot;,
&quot;password&quot;: &quot;测试&quot;,
&quot;phone&quot;: &quot;19041264866&quot;,
&quot;addTime&quot;: &quot;2024-04-09 16:21:33&quot;,
&quot;province&quot;: &quot;北京市&quot;,
&quot;city&quot;: &quot;北京市&quot;,
&quot;county&quot;: &quot;朝阳区&quot;,
&quot;address&quot;: &quot;嘉泰国际&quot;,
&quot;businessLicense&quot;: &quot;https://cn.bing.com/images/search?q=%E5%9B%BE%E7%89%87&amp;FORM=IQFRBA&amp;id=8EA47C03DC5EF4998C0487D376C492D2577760B1&quot;,
&quot;status&quot;: 0,
&quot;detail&quot;: null,
&quot;quality&quot;: 0,
&quot;min&quot;: 0,
&quot;max&quot;: 0,
&quot;welfare&quot;: null,
&quot;about&quot;: null,
&quot;img1&quot;: null,
&quot;img2&quot;: null,
&quot;img3&quot;: null
}
}</code></pre>
<h5>返回参数说明</h5>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=440e3f4ca95e4fe82271b7dc5941d982&amp;file=file.png" alt="" /></p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>