相册外链渲染数据列表
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/group-external/list-all</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code>{
"success": true,
"statusCode": 200,
"message": "OK",
"data": [
{
"id": "1",
"name": "京东外链",
"img": "https://img2.baidu.com/it/u=3744401059,767319957&fm=253&app=138&size=w931&n=0&f=JPEG&fmt=auto?sec=1669568400&t=2570708b6ea19d946fb18a4ff99e421b"
},
{
"id": "2",
"name": "天猫外链",
"img": "https://img1.baidu.com/it/u=688778306,505026523&fm=253&app=138&size=w931&n=0&f=PNG&fmt=auto?sec=1669568400&t=58565542dddbbf1a91b47501e2905be2"
},
{
"id": "3",
"name": "淘宝外链",
"img": "https://img1.baidu.com/it/u=2574205906,2963269861&fm=253&app=138&size=w931&n=0&f=JPEG&fmt=auto?sec=1669568400&t=f340ef63702015fa9176989ce56f5a16"
}
],
"msg": ""
}
</code></pre>