# 用户流量信息

## Get Cakes

<mark style="color:blue;">`GET`</mark> `/gettraffic`

获取用户流量信息，include cookie。

{% tabs %}
{% tab title="200 " %}

```
{"arr":{"todayUsedTraffic":"703.49MB","lastUsedTraffic":"762.05GB","unUsedTraffic":"1.26TB"},"ret":1}
```

{% endtab %}
{% endtabs %}

arr 对象的具体结构如下：

| 属性               | Type | 说明      |
| ---------------- | ---- | ------- |
| todayUsedTraffic | text | 今日已用流量  |
| lastUsedTraffic  | text | 过去已用流量  |
| unUsedTraffic    | text | 剩余未使用流量 |
