获取来源小程序列表
<h3>流量分发 - 获取来源小程序列表</h3>
<p>请求地址: GET <code>/distribute/demand_source_app_list</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>appid</td>
<td>string</td>
<td>需求小程序appid</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "获取来源小程序列表成功",
"data": [
{
"appid": "abcdefgh1234567890",
"name": "测试小程序"
}
],
"code": 1,
"state": true
}</code></pre>