{
"custNum": "67"
}
curl --location --request POST '/new/device/getBindLtcCoreDevice' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"custNum": "67"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"deviceNo": "",
"deviceType": "",
"productName": "",
"productId": 0,
"bizTenantId": 0,
"sTenantId": 0,
"custNum": "",
"custIdentity": "",
"bluetoothNumber": "",
"runStatus": 0,
"runStatusText": ""
}
}