获取流量池单条详情
<p>流量分发 —— 获取流量池单条详情</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li>GET <code>distribute/flow_demand_pool/{id}</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>请求的需求 id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "获取需求详情成功",
"data": {
"id": 8,
"appid": "wx5aa11bd71a25432f",
"strategy": 1,
"click_num": 10000,
"start_time": "2019-01-01 00:00:00",
"end_time": "2019-01-01 00:00:00",
"day_start_time": null,
"day_end_time": null,
"state": 1,
"is_auto": 0,
"created_at": "2019-08-23 15:16:51",
"updated_at": "2019-08-23 15:33:54",
"deleted_at": null,
"source_appids": [
{
"appid": "wx6be5cd45c42decd8",
"name": "花花鸟鸟"
}
],
"current_click": 0
},
"code": 1,
"state": true
}</code></pre>