Request
Body Params application/jsonRequired
{
"productSn": "string",
"checkCode": "string"
}
Request Code Samples
curl --location --request POST 'https://www.wattdesk.com/ws/openapi/wattmate/topic/bind' \
--header 'Platform: Web' \
--header 'APPS: DESK' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productSn": "string",
"checkCode": "string"
}'
Responses
{
"code": "0000",
"msg": "string",
"data": {}
}
Modified at 2025-12-12 08:12:16