底部--公司信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>底部--公司信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://webapi.blueimages.top/footer/info</code></li>
</ul>
<h5>编码类型</h5>
<ul>
<li>Content-type: application/x-www-form-urlencoded; charset=UTF-8;</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<ul>
<li>无</li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"code":0,
"message":"success",
"data":{
"product_cooperation_email":"xxxx@hzwochi.com",
"channel_cooperation_email":"xxxx@hzwochi.com",
"employment_email":"xxxx@hzwochi.com",
"wechat_code":"xxxxxxxx",
"weibo_code":"xxxxxxxx"
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">product_cooperation_email</td>
<td style="text-align: left;">string</td>
<td>产品合作邮箱</td>
</tr>
<tr>
<td style="text-align: left;">channel_cooperation_email</td>
<td style="text-align: left;">string</td>
<td>渠道合作邮箱</td>
</tr>
<tr>
<td style="text-align: left;">employment_email</td>
<td style="text-align: left;">string</td>
<td>人事招聘邮箱</td>
</tr>
<tr>
<td style="text-align: left;">wechat_code</td>
<td style="text-align: left;">string</td>
<td>微信二维码</td>
</tr>
<tr>
<td style="text-align: left;">weibo_code</td>
<td style="text-align: left;">string</td>
<td>微博二维码</td>
</tr>
</tbody>
</table>