数据详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>数据详情信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/adm/data/detail</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>
<tr>
<td style="text-align: left;">start_date</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>2018-06-12</td>
</tr>
<tr>
<td style="text-align: left;">end_date</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>2018-06-13</td>
</tr>
<tr>
<td style="text-align: left;">param</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>register_user,pay_user,pay_repeat,pay_first</td>
</tr>
<tr>
<td style="text-align: left;">action</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>download下载excel</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": "success",
"data": [
{
"date": "2018-12-19",
"today_user_app_count": 0,// APP注册用户数
"today_user_guest_count": 0,//APP游客
"today_user_wechat_count": 0,//微信注册数
"today_user_paid_app_count": 0,//APP付费用户
"today_user_paid_wechat_count": 2,//微信付费用户
"today_user_paid_count": 2,//付费用户
"today_user_count": 0//注册用户,
"today_pay_repeat_user_count":0,//重复购买人数
"today_pay_first":0,//首次购买次数
"today_pay_first_price" //首次购买价格
}
],
"message": "操作成功",
"ct": 1545877329
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>