fc


修改企业信息

<h5>接口说明</h5> <p>修改企业信息</p> <h5>请求URL</h5> <ul> <li><code>{{url_prefix}}/api/v1/enterprise/updateInfo</code></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> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;shortName&amp;quot;:&amp;quot;企业简称&amp;quot;, &amp;quot;fullName&amp;quot;:&amp;quot;企业全称&amp;quot;, &amp;quot;logo&amp;quot;:&amp;quot;logo&amp;quot;, &amp;quot;enterpriseType&amp;quot;:&amp;quot;所属行业&amp;quot;, &amp;quot;dimension&amp;quot;:2, // 公司规模 &amp;quot;businessLicense&amp;quot;:&amp;quot;营业执照&amp;quot;, &amp;quot;mainBusiness&amp;quot;:&amp;quot;主营业务标签&amp;quot;, &amp;quot;province&amp;quot;:&amp;quot;省&amp;quot;, &amp;quot;city&amp;quot;:&amp;quot;市&amp;quot;, &amp;quot;region&amp;quot;:&amp;quot;区&amp;quot;, &amp;quot;detailAddress&amp;quot;:&amp;quot;详细地址&amp;quot;, &amp;quot;firmMailbox&amp;quot;:&amp;quot;企业邮箱&amp;quot;, &amp;quot;firmWebsite&amp;quot;:&amp;quot;企业网址&amp;quot;, &amp;quot;introduce&amp;quot;:&amp;quot;企业介绍&amp;quot;, &amp;quot;operatorName&amp;quot;:&amp;quot;运营者姓名&amp;quot;, &amp;quot;operatorCard&amp;quot;:&amp;quot;运营者身份证(正反面)&amp;quot;, &amp;quot;businessScope&amp;quot;:&amp;quot;业务范围&amp;quot;, &amp;quot;contact&amp;quot;:&amp;quot;联系方式&amp;quot;, &amp;quot;developHistory&amp;quot;:&amp;quot;发展历程&amp;quot; }</code></pre> <p>&lt;br/&gt;</p> <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> </tbody> </table> <h5>响应示例</h5> <pre><code>// 表示修改成功 { &amp;quot;message&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;data&amp;quot;: null, &amp;quot;status&amp;quot;: &amp;quot;200&amp;quot; } { &amp;quot;message&amp;quot;: &amp;quot;登录超时&amp;quot;, &amp;quot;data&amp;quot;: null, &amp;quot;status&amp;quot;: &amp;quot;401&amp;quot; }</code></pre>

页面列表

ITEM_HTML