Request
Body Params application/json
{
"id": "GSF_ID_BSP_APPPROTO",
"op": "G1C0S0",
"data": {
"slave_addr": 15,
"read_code": 3,
"write_code": 16,
"reg_addr": 1,
"reg_num": 2,
"check_type": 0
}
}
Request Code Samples
curl --location --request POST 'http://192.168.0.168/api/system/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_BSP_APPPROTO",
"op": "G1C0S0",
"data": {
"slave_addr": 15,
"read_code": 3,
"write_code": 16,
"reg_addr": 1,
"reg_num": 2,
"check_type": 0
}
}'
Responses
application/json {
"code": 0,
"data": {
"count": 0,
"vec": []
}
}
Modified at 2024-12-25 04:28:19