{
"serial": "rf123456",
"content": "xxxxxxxxxxxxxxxxxxxxx",
"source": "调试"
}
curl --location --request POST 'http://192.168.20.134:9090/lock-manager/bluetooth/addLog' \
--header 'Cookie: UID=af300f5407184681a4bdd6e70bd2f261' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial": "rf123456",
"content": "xxxxxxxxxxxxxxxxxxxxx",
"source": "调试"
}'
{
"code": 0,
"message": "string",
"data": null
}