Authorization: Bearer ********************curl --location --request GET '/plc/query-by-id?id=1' \
--header 'Authorization: Bearer <token>'{
"code": 10000,
"message": "success",
"data": {
"plc_ip": "string",
"plc_port": "string",
"plc_type": "string",
"com_remark": "string",
"com_no": "string",
"com_time": "string",
"com_seq": "string",
"com_cons": "string",
"remark1": "string",
"query01": "string",
"query02": "string",
"setp_time": "string",
"setp_num": "string",
"id": "string"
}
}