Authorization: Bearer ********************{
"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"
}curl --location --request POST '/plc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'{
"code": 10000,
"message": "success",
"data": 0
}