获取第三方允许跳转的小程序
<p>获取最新线上版 appid list</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li>GET <code>miniprogrammanage/get_appid_list</code></li>
</ul>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>小程序appid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"msg": "获取 appid list 成功",
"data": [
{
"appid": "wx1dcb7e3b43c2888c",
"appid_desc": "战友头絛"
}, {
"appid": "wx5cf549147b57b4da",
"appid_desc": "战友集合"
}, {
"appid": "wx66498bac9a052b9e",
"appid_desc": "战友视频"
}, {
"appid": "wx715f59bfc38101c1",
"appid_desc": "战友们看一下"
}, {
"appid": "wxa4961f437ad85b02",
"appid_desc": "致敬老战友"
}, {
"appid": "wxa698ff33ce07fa00",
"appid_desc": "战友看一看"
}, {
"appid": "wxa87c55fa99a8eed7",
"appid_desc": "战友一家亲"
}
],
"code": 1,
"state": true
}</code></pre>
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取第三方允许跳转的小程序</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>miniprogrammanage/get_jump_app_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>小程序appid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"msg": "success",
"data": {
"applist": [
{
"appid": "wx1dcb7e3b43c2888c",
"name": "战友头絛"
},
{
"appid": "wx5cf549147b57b4da",
"name": "战友集合"
},
{
"appid": "wx66498bac9a052b9e",
"name": "战友视频"
},
{
"appid": "wx715f59bfc38101c1",
"name": "战友们看一下"
},
{
"appid": "wxa4961f437ad85b02",
"name": "致敬老战友"
},
{
"appid": "wxa698ff33ce07fa00",
"name": "战友看一看"
},
{
"appid": "wxa87c55fa99a8eed7",
"name": "战友一家亲"
}
]
},
"code": 1,
"state": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>