add two more heating types for Rental crawler
This commit is contained in:
@@ -608,6 +608,7 @@ class RentalCrawler {
|
|||||||
return HEATING_TYPE.CENTRAL_GAS.id;
|
return HEATING_TYPE.CENTRAL_GAS.id;
|
||||||
case 3:
|
case 3:
|
||||||
case 23:
|
case 23:
|
||||||
|
case 6:
|
||||||
case 7:
|
case 7:
|
||||||
case 8:
|
case 8:
|
||||||
case 9:
|
case 9:
|
||||||
@@ -622,6 +623,7 @@ class RentalCrawler {
|
|||||||
return HEATING_TYPE.ELECTRICITY.id;
|
return HEATING_TYPE.ELECTRICITY.id;
|
||||||
case 24:
|
case 24:
|
||||||
case 25:
|
case 25:
|
||||||
|
case 12:
|
||||||
return HEATING_TYPE.CENTRAL_CITY.id;
|
return HEATING_TYPE.CENTRAL_CITY.id;
|
||||||
case 26:
|
case 26:
|
||||||
case 21:
|
case 21:
|
||||||
|
|||||||
Reference in New Issue
Block a user