fetch_config.php 348 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 16/1/18
  6. * Time: 下午8:00
  7. */
  8. class fetch_config
  9. {
  10. const store_name = '熊猫美妆';
  11. //const store_id = 3;
  12. const store_id = 6;
  13. const goods_state = 0;
  14. //const tmp_file = '/private/var/tmp/phpxxkkdl';
  15. const tmp_file = '/tmp/phpxxkkdl';
  16. }