refill.ini.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. $suhc_oil = ['name' => 'suhc', 'store_id' => 8, 'card_type' => ['sinopec'],
  3. 'amount' => [100 => ['goods_id' => 6226, 'price' => 96.8],
  4. 200 => ['goods_id' => 6227, 'price' => 193.6],
  5. 500 => ['goods_id' => 6228, 'price' => 484],
  6. 1000 => ['goods_id' => 6229, 'price' => 968],
  7. 2000 => ['goods_id' => 6230, 'price' => 1976]],
  8. 'period' => ['start' => '8:30', 'end' => '22:30'], 'refill_type' => 'api'];
  9. $suhctm_oil = ['name' => 'suhctm', 'store_id' => 8, 'card_type' => ['sinopec'],
  10. 'amount' => [100 => ['goods_id' => 6226, 'price' => 96.8],
  11. 200 => ['goods_id' => 6227, 'price' => 193.6],
  12. 500 => ['goods_id' => 6228, 'price' => 484],
  13. 1000 => ['goods_id' => 6229, 'price' => 968],
  14. 2000 => ['goods_id' => 6230, 'price' => 1976]],
  15. 'period' => ['start' => '8:30', 'end' => '22:30'], 'refill_type' => 'api'];
  16. $lx_oil = ['name' => 'lx', 'store_id' => 10, 'card_type' => ['sinopec'],
  17. 'amount' => [100 => ['goods_id' => 6234, 'price' => 95.5],
  18. 200 => ['goods_id' => 6235, 'price' => 191],
  19. 500 => ['goods_id' => 6236, 'price' => 477.5],
  20. 1000 => ['goods_id' => 6237, 'price' => 955],
  21. 2000 => ['goods_id' => 6238, 'price' => 1910]],
  22. 'period' => ['start' => '8:30', 'end' => '22:30'], 'official_sn' => true];
  23. $oil_providers = [
  24. ['name' => 'suhc', 'cfg' => $suhc_oil, 'opened' => true, 'sort' => 1],
  25. ['name' => 'suhctm', 'cfg' => $suhctm_oil, 'opened' => true, 'sort' => 2],
  26. ['name' => 'lx', 'cfg' => $lx_oil, 'opened' => true, 'sort' => 3]];
  27. $config['oil_providers'] = $oil_providers;
  28. $beixt_phone = ['name' => 'beixt', 'store_id' => 9, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
  29. 'amount' => [50 => ['goods_id' => 6231, 'price' => 48.75],
  30. 100 => ['goods_id' => 6232, 'price' => 97.5],
  31. 200 => ['goods_id' => 6233, 'price' => 195]],
  32. 'refill_type' => 'api'];
  33. $bxtwt_phone = ['name' => 'bxtwt', 'store_id' => 10, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
  34. 'amount' => [50 => ['goods_id' => 6298, 'price' => 48],
  35. 100 => ['goods_id' => 6299, 'price' => 96],
  36. 200 => ['goods_id' => 6300, 'price' => 192]],
  37. 'refill_type' => 'api'];
  38. $jiec_phone = ['name' => 'jiec', 'store_id' => 17, 'card_type' => ['chinaunicom', 'chinatelecom'],
  39. 'amount' => [30 => ['goods_id' => 6323, 'price' => 28.74],
  40. 50 => ['goods_id' => 6324, 'price' => 47.9],
  41. 100 => ['goods_id' => 6325, 'price' => 95.8],
  42. 200 => ['goods_id' => 6326, 'price' => 191.6]], 'official_sn' => true, 'refill_type' => 'api'];
  43. $phone_providers = [
  44. ['name' => 'beixt', 'cfg' => $beixt_phone, 'opened' => true, 'sort' => 1],
  45. ['name' => 'bxtwt', 'cfg' => $bxtwt_phone, 'opened' => true, 'sort' => 2],
  46. ['name' => 'jiec', 'cfg' => $jiec_phone, 'opened' => true, 'sort' => 1]];
  47. $config['phone_providers'] = $phone_providers;