update : complex
This commit is contained in:
parent
ac4624fb62
commit
1ac4d0c1bc
6
index.js
6
index.js
|
|
@ -8,9 +8,9 @@ const configPath = __dirname + "/" + configFileName;
|
|||
let config = {};
|
||||
|
||||
const COMPLEX_IDS = [
|
||||
// { id: 3286, name: "한가람세경", target: ["511동"] },
|
||||
// { id: 1464, name: "한가람신라", target: ["407동", "408동"] },
|
||||
// { id: 8775, name: "초원세경", target: [] },
|
||||
{ id: 3286, name: "한가람세경", target: ["511동"] },
|
||||
{ id: 1464, name: "한가람신라", target: ["407동", "408동"] },
|
||||
{ id: 8775, name: "초원세경", target: [] },
|
||||
{ id: 3022, name: "목련3단지", target: [] },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue