新增三个同步时间字段
This commit is contained in:
@@ -126,6 +126,9 @@
|
||||
| `real_name_status` | int | 实名状态(仅 card) |
|
||||
| `current_month_usage_mb` | float64 | 本月已用流量 MB(仅 card) |
|
||||
| `last_sync_time` | time | 最后同步时间(仅 card) |
|
||||
| `last_data_check_at` | time | 最后一次流量检查时间(仅 card) |
|
||||
| `last_real_name_check_at` | time | 最后一次实名检查时间(仅 card) |
|
||||
| `last_card_status_check_at` | time | 最后一次卡状态检查时间(仅 card) |
|
||||
| `device_protect_status` | string | 保护期:`none` / `stop` / `start`(仅 device) |
|
||||
| `cards[]` | array | 所有绑定卡的状态(仅 device),同 resolve 的 cards 结构 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user