上报接口
<h3>流量分发 - 上报接口</h3>
<p>请求地址: POST <code>api/distribute/report</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>from_appid</td>
<td>string</td>
<td>跳出的小程序appid</td>
</tr>
<tr>
<td>to_appid</td>
<td>string</td>
<td>跳入的小程序appid</td>
</tr>
<tr>
<td>version</td>
<td>string</td>
<td>跳出的小程序版本</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "上报成功",
"data": null,
"code": 1,
"state": true
}</code></pre>