|
@@ -80,6 +80,7 @@ $config['response']['0419'] = '设备未绑定路段信息';
|
|
|
$config['response']['0420'] = '只有杀虫灯设备能设置策略';
|
|
|
$config['response']['0421'] = '经度范围错误';
|
|
|
$config['response']['0422'] = '纬度范围错误';
|
|
|
+$config['response']['0423'] = "无效的ID";
|
|
|
//报表 0500-0599
|
|
|
$config['response']['0500'] = "type不正确";
|
|
|
$config['response']['0501'] = "show_type不正确";
|
|
@@ -248,6 +249,7 @@ $config['response_en']['0419'] = 'Section information not bound by equipment';
|
|
|
$config['response_en']['0420'] = 'Only the insecticidal lamp device can set the strategy';
|
|
|
$config['response_en']['0421'] = 'Longitude range error';
|
|
|
$config['response_en']['0422'] = 'Latitude range error';
|
|
|
+$config['response_en']['0423'] = "Invalid ID";
|
|
|
//报表 0500-0599
|
|
|
$config['response_en']['0500'] = "Incorrect type";
|
|
|
$config['response_en']['0501'] = "show_type Incorrect";
|