获取主体和 app 列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取主体和 app 列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>subject_manage/get_all_subject_with_app</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"msg": "success!",
"data": [
{
"subject_id": 1,
"subject_name": "小黑屋科技",
"mini_list": [
{
"appid": "wx62c68e7e6bbef739",
"name": "紧急视频速看"
}
]
},
{
"subject_id": 2,
"subject_name": "科技有限",
"mini_list": []
},
{
"subject_id": 9,
"subject_name": "测试",
"mini_list": [
{
"appid": "wx2511704d9f6af477",
"name": "祝福老同学"
},
{
"appid": "wxc37ccd8bc0b3a20a",
"name": "2019每天祝福"
}
]
}
],
"code": 1,
"state": true
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>