流出模式列表
<h3>流量分发 - 流出模式列表</h3>
<p>请求地址: GET <code>/distribute/distribute_mode_list</code></p>
<p>返回示例</p>
<pre><code>{
"msg": "获取流出模式列表成功",
"data": [
{
"code": 0,
"text": "无"
}, {
"code": 1,
"text": "托管"
}
],
"code": 1,
"state": true
}</code></pre>
<h3>流量分发 - 搜索条件流出模式列表</h3>
<p>请求地址: GET <code>/distribute/distribute_mode_search_list</code></p>
<p>返回示例</p>
<pre><code>{
"msg": "获取搜索条件流出模式列表成功",
"data": [
{
"code": 101,
"text": "全部"
}, {
"code": 0,
"text": "无"
}, {
"code": 1,
"text": "托管"
}
],
"code": 1,
"state": true
}</code></pre>