获取聚活动报名分类
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取聚活动报名分类接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getsigntype</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get</li>
</ul>
<p><strong>参数:</strong> </p>
<p>无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;msg&quot;: null,
&quot;data&quot;: [
{
&quot;id&quot;: 1,
&quot;signTypeName&quot;: &quot;研讨会&quot;
},
{
&quot;id&quot;: 3,
&quot;signTypeName&quot;: &quot;主题论坛&quot;
},
{
&quot;id&quot;: 5,
&quot;signTypeName&quot;: &quot;828咖荟&quot;
},
{
&quot;id&quot;: 6,
&quot;signTypeName&quot;: &quot;调研与参观交流&quot;
}
]
}</code></pre>