123456789101112131415161718 |
- <?php
- /**
- * Created by PhpStorm.
- * User: stanley-king
- * Date: 16/1/18
- * Time: 下午8:00
- */
- class fetch_config
- {
- const store_name = '熊猫美妆';
- //const store_id = 3;
- const store_id = 6;
- const goods_state = 0;
- //const tmp_file = '/private/var/tmp/phpxxkkdl';
- const tmp_file = '/tmp/phpxxkkdl';
- }
|