【80】取店铺群详情
<p>[TOC]</p>
<h5>接口状态</h5>
<ul>
<li><code>正常</code></li>
</ul>
<h5>框架版本</h5>
<ul>
<li><code>≥ 2.0.5.0</code></li>
</ul>
<h5>更新时间</h5>
<ul>
<li><code>2024/11/23</code></li>
</ul>
<h5>调用额度</h5>
<ul>
<li><code>免额度</code></li>
</ul>
<h5>简要描述</h5>
<ul>
<li>取店铺群详情</li>
</ul>
<h5>DLL调用例子</h5>
<pre><code>Api_GetCommunityDetails(&quot;$userNick$&quot;,&quot;0_V_2208507051536_1607495213474&quot;)</code></pre>
<h5>易语言模块调用例子</h5>
<pre><code>SaiNiu.Api.取店铺群详情(&quot;$userNick$&quot;,&quot;0_V_2208507051536_1607495213474&quot;)</code></pre>
<h5>POST调用例子</h5>
<pre><code>http://127.0.0.1:3030/SaiNiuApi/Api</code></pre>
<pre><code>&amp;post=GetCommunityDetails&amp;data={&quot;userNick&quot;:&quot;$userNick$&quot;,&quot;groupId&quot;:&quot;0_V_2208507051536_1607495213474&quot;}</code></pre>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<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;">userNick</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">千牛账号,为方便测试$userNick$表示取随机队列账号</td>
<td>tb123456</td>
</tr>
<tr>
<td style="text-align: left;">groupId</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">群id</td>
<td>0_V_2208507051536_1607495213474</td>
</tr>
</tbody>
</table>
<h5>返回成功示例</h5>
<pre><code>{&quot;code&quot;:200,&quot;data&quot;:{&quot;value&quot;:{&quot;components&quot;:[{&quot;componentId&quot;:&quot;cmn_group_detail_header&quot;,&quot;dataSource&quot;:{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/imgextra\/i2\/O1CN01HIr8d21Q0ewYVD3wf_!!0-amp-im.jpg&quot;,&quot;title&quot;:&quot;xxx活动福利领券群&quot;,&quot;subTitle&quot;:&quot;店铺群&quot;,&quot;desc&quot;:&quot;452人&quot;,&quot;icon&quot;:&quot;&quot;}},{&quot;componentId&quot;:&quot;cmn_title_txt&quot;,&quot;dataSource&quot;:{&quot;text&quot;:&quot;群成员优惠先人一步!&quot;,&quot;title&quot;:&quot;群介绍&quot;}},{&quot;attr&quot;:{&quot;height&quot;:20},&quot;componentId&quot;:&quot;cmn_seperator&quot;},{&quot;componentId&quot;:&quot;cmn_group_member&quot;,&quot;dataSource&quot;:{&quot;title&quot;:&quot;群成员&quot;,&quot;userCount&quot;:452,&quot;members&quot;:[{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/sns_logo\/i4\/6000000001281\/O1CN01d7QeQX1LKk0Cqg3EQ_!!6000000001281-0-shopmanager.jpg&quot;,&quot;tag&quot;:&quot;群主&quot;},{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/sns_logo\/i3\/O1CN01XFT75J1gqu0kwWCO1_!!6000000004194-2-tps-440-440.png&quot;,&quot;tag&quot;:&quot;&quot;},{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/sns_logo\/i3\/O1CN01eWGDS11yQU3wefnKJ_!!0-matrixfa.jpg&quot;,&quot;tag&quot;:&quot;&quot;},{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/sns_logo\/i3\/O1CN01XFT75J1gqu0kwWCO1_!!6000000004194-2-tps-440-440.png&quot;,&quot;tag&quot;:&quot;&quot;},{&quot;headPic&quot;:&quot;https:\/\/img.alicdn.com\/sns_logo\/i3\/O1CN01XFT75J1gqu0kwWCO1_!!6000000004194-2-tps-440-440.png&quot;,&quot;tag&quot;:&quot;&quot;}]}},{&quot;componentId&quot;:&quot;cmn_action_normalfollowandjoin&quot;,&quot;dataSource&quot;:{&quot;groupOwnerId&quot;:2208507051536,&quot;groupId&quot;:&quot;0_V_2208507051536_1607495213474&quot;,&quot;subTitle&quot;:&quot;店铺群&quot;,&quot;icon&quot;:&quot;&quot;}}],&quot;preActions&quot;:[{&quot;actionId&quot;:&quot;check_join_action&quot;,&quot;dataSource&quot;:{&quot;joined&quot;:false}},{&quot;actionId&quot;:&quot;check_jump_action&quot;,&quot;dataSource&quot;:{&quot;needJump&quot;:false}}]}},&quot;ret&quot;:[&quot;SUCCESS::调用成功&quot;]}</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;">code</td>
<td style="text-align: left;">整数型</td>
<td>返回结果,成功=200,失败≠200</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">文本型</td>
<td>调用结果</td>
</tr>
<tr>
<td style="text-align: left;">reg</td>
<td style="text-align: left;">文本型</td>
<td>结果说明,调用成功或失败原因</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>