瀏覽代碼

change config

stanley-king 9 年之前
父節點
當前提交
0311b316c2
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      crontab/crawl/fetch_config.php

+ 4 - 4
crontab/crawl/fetch_config.php

@@ -10,9 +10,9 @@
 class fetch_config
 {
     const store_name = '熊猫美妆';
-    const store_id = 3;
-    //const store_id = 6;
+    //const store_id = 3;
+    const store_id = 6;
     const goods_state = 0;
-    const tmp_file = '/private/var/tmp/phpxxkkdl';
-    //const tmp_file = '/tmp/phpxxkkdl';
+    //const tmp_file = '/private/var/tmp/phpxxkkdl';
+    const tmp_file = '/tmp/phpxxkkdl';
 }