curl --location --request GET 'https://gldopenapi.keruyun.com/open/v1/shop/device/list?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabledTS": "true",
"enabledWM": "true"
}'
{
"code": 0,
"message": "操作成功",
"messageUuid": "8061895e-5637-465f-87e9-16f3468d31af",
"result": [
{
"deviceId": "aaaaaaa",
"deviceStatus": 1
}
]
}