Authorization: Bearer ********************
{
"snCode": "string",
"sourceSn": "string",
"configType": "string",
"snCodeList": [
"string"
]
}
curl --location --request POST 'http://localhost:8080/ess/yiwei-iot-device/configure-data-batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"snCode": "string",
"sourceSn": "string",
"configType": "string",
"snCodeList": [
"string"
]
}'
{
"code": 0,
"msg": "",
"data": ""
}