| Field ID | Name | Type | Description |
|---|---|---|---|
| 1 | record_id | TYPE_INT64 | 主键ID |
| 2 | fastcode | TYPE_STRING | 识别码 |
| 3 | user_id | TYPE_INT64 | 帐号ID |
| 4 | memo | TYPE_STRING | 备注名 |
| 5 | last_active_time | TYPE_INT64 | 最后远控时间 |
| 6 | create_time | TYPE_INT64 | 创建时间 |
| 7 | remote_control | TYPE_BOOL | 是否远控 |
| 8 | is_clear | TYPE_BOOL | 是否清除数据 |
| 9 | columns | []TYPE_STRING | 更新字段 |
| 10 | fastcodes | []TYPE_STRING | 识别码集合 |
| Field ID | Name | Type | Description |
|---|---|---|---|
| 1 | record_id | TYPE_INT64 | 主键ID |
| 2 | fastcode | TYPE_STRING | 识别码 |
| 3 | user_id | TYPE_INT64 | 帐号ID |
| 4 | memo | TYPE_STRING | 备注名 |
| 5 | last_active_time | TYPE_INT64 | 最后远控时间 |
| 6 | create_time | TYPE_INT64 | 创建时间 |
| 7 | remote_control | TYPE_BOOL | 是否远控 |
| 8 | is_clear | TYPE_BOOL | 是否清除数据 |
| 9 | columns | []TYPE_STRING | 更新字段 |
| 10 | fastcodes | []TYPE_STRING | 识别码集合 |
{
"record_id": 0,
"user_id": 0,
"memo": "string",
"last_active_time": 0,
"create_time": 0,
"remote_control": true,
"is_clear": true,
"columns": [
"string"
],
"fastcodes": [
"string"
]
}curl --location --request PUT '/fastcode-records/' \
--header 'Content-Type: application/json' \
--data-raw '{
"record_id": 0,
"user_id": 0,
"memo": "string",
"last_active_time": 0,
"create_time": 0,
"remote_control": true,
"is_clear": true,
"columns": [
"string"
],
"fastcodes": [
"string"
]
}'{
"record_id": 0,
"fastcode": "string",
"user_id": 0,
"memo": "string",
"last_active_time": 0,
"create_time": 0,
"remote_control": true,
"is_clear": true,
"columns": [
"string"
],
"fastcodes": [
"string"
]
}