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;
|
||||
case 3:
|
||||
case 23:
|
||||
case 6:
|
||||
case 7:
|
||||
case 8:
|
||||
case 9:
|
||||
@@ -622,6 +623,7 @@ class RentalCrawler {
|
||||
return HEATING_TYPE.ELECTRICITY.id;
|
||||
case 24:
|
||||
case 25:
|
||||
case 12:
|
||||
return HEATING_TYPE.CENTRAL_CITY.id;
|
||||
case 26:
|
||||
case 21:
|
||||
|
||||
Reference in New Issue
Block a user