cURL
curl --request POST \ --url https://api.example.com/api/device/config/multi-set \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "device000001" } '
{}
指定sn(多个逗号间隔)
指定产品的设备
指定配置下发
是否差异化下发
The response is of type object.
object