导出H5渠道数据
<p>说明:查询h5渠道数据</p>
<p>接口路径 :<strong>/fy/statistics/exportH5ChannelDataList</strong></p>
<p><strong>Content-Type</strong>: application/x-www-form-urlencoded </p>
<p> </p>
<p>请求参数:</p>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数类型</th>
<th>说明</th>
<th>备注</th>
<th>必填</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>dayStrStart</strong></td>
<td>String</td>
<td><em>用户注册日期-开始</em></td>
<td>日期格式 yyyy-MM-dd,如2020-03-31</td>
<td>是</td>
</tr>
<tr>
<td><strong>dayStrEnd</strong></td>
<td>String</td>
<td><em>用户注册日期-结束</em></td>
<td>日期格式 yyyy-MM-dd,如2020-03-31</td>
<td>是</td>
</tr>
<tr>
<td><strong>orderBy</strong></td>
<td>number</td>
<td>排序规则</td>
<td><em>1:会员-支付成功的总次数正序>渠道号生成时间倒序 ,2:会员-支付成功的总次数倒序>渠道号生成时间倒序</em></td>
<td>否</td>
</tr>
</tbody>
</table>
<p> </p>
<p>示例:</p>
<pre><code>{"userId":"5","sessionKey":"03818197b421a2afd11ca017062a82c6","dayStrStart":"2020-03-30" ,"dayStrEnd":"2020-03-31" , "orderBy":2}</code></pre>
<p> </p>
<p>响应返回:</p>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>result</td>
<td></td>
<td>String</td>
<td>成功为success</td>
</tr>
</tbody>
</table>