关于我们vs群二维码
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/user/config</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;about_us&quot;: &quot;富文本&quot;,
&quot;group&quot;: &quot;https://ai.carryba.com/web/lavatar.jpg&quot;
}
}</code></pre>
<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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">about_us</td>
<td style="text-align: left;">int(11)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>关于我们</td>
</tr>
<tr>
<td style="text-align: left;">group</td>
<td style="text-align: left;">varchar(20)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>群二维码</td>
</tr>
</tbody>
</table>