我的旅行收益
<p><strong>简要描述:</strong> </p>
<ul>
<li>我的旅行收益</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/travel/my</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;">day</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>天数,不传则默认7天</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "",
"time": 1567391715,
"data": {
"head_img_url": "http://thirdwx.qlogo.cn/mmopen/vi_32/QjxAd1u79M01T8E5T7yhN3THHpQ6DWrs7rSu76uDpiaSJQnZaCtDYxnquKXaIBTBa8TgrlDjR4Hw5ic0my8UYC9w/132",
"total_journey": "155852.4012",
"travel_profit": "95625.47789261",
"travel_valid_profit": "33374.25950000",
"chart": {
"x_axis": [
"08.27",
"08.28",
"08.29",
"08.30",
"08.31",
"09.01",
"09.02"
],
"y_axis": [
"1.25600000",
"1.25600000",
"2.25600000",
"2.25600000",
"2.25600000",
"2.25600000",
"2.25600000"
]
},
"journey_unit": "万米"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>