You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.4 KiB

  1. {
  2. "basePrice": {
  3. "normal": 75,
  4. "holiday": 85,
  5. "weekend": 80,
  6. "perKm": 3
  7. },
  8. "memberDiscount": {
  9. "new": 0.95,
  10. "regular": 0.9,
  11. "silver": 0.88,
  12. "gold": 0.85
  13. },
  14. "preFamiliarize": {
  15. "price": 38,
  16. "holidayRate": 1.2
  17. },
  18. "multiService": {
  19. "two": {
  20. "price": 46,
  21. "holidayRate": 1.1
  22. },
  23. "three": {
  24. "price": 131,
  25. "holidayRate": 1.1
  26. }
  27. },
  28. "petExtra": {
  29. "largeDog": {
  30. "price": 40,
  31. "holidayRate": 1.1
  32. },
  33. "mediumDog": {
  34. "price": 30,
  35. "holidayRate": 1.1
  36. },
  37. "smallDog": {
  38. "price": 15,
  39. "holidayRate": 1.1
  40. },
  41. "cat": {
  42. "price": 10,
  43. "holidayRate": 1.1
  44. }
  45. },
  46. "freeQuota": {
  47. "threshold": 30,
  48. "rules": [
  49. {
  50. "type": "cat",
  51. "count": 3,
  52. "freeAmount": 30,
  53. "description": "3只及以上猫免费30元"
  54. },
  55. {
  56. "type": "smallDog",
  57. "count": 2,
  58. "freeAmount": 30,
  59. "description": "2只及以上小型犬免费30元"
  60. },
  61. {
  62. "type": "mediumDog",
  63. "count": 1,
  64. "freeAmount": 30,
  65. "description": "1只及以上中型犬免费30元"
  66. },
  67. {
  68. "type": "mixed",
  69. "count": 0,
  70. "freeAmount": 29,
  71. "description": "以上都不满足则免费25元"
  72. }
  73. ]
  74. },
  75. "holidays": [
  76. "2025-10-01",
  77. "2025-10-02",
  78. "2025-10-03",
  79. "2025-10-04",
  80. "2025-10-05",
  81. "2025-10-06",
  82. "2025-10-07",
  83. "2025-07-15",
  84. "2025-07-22",
  85. "2025-07-16",
  86. "2025-07-23",
  87. "2025-07-17",
  88. "2025-07-11",
  89. "2025-07-18",
  90. "2025-07-25",
  91. "2025-07-24",
  92. "2025-09-11"
  93. ],
  94. "weekends": [
  95. 6,
  96. 0
  97. ],
  98. "customServices": {
  99. "priceConfig": {},
  100. "holidayRate": 1.1
  101. },
  102. "cityConfig": {
  103. "currentCity": "shenzhen",
  104. "priceRates": {
  105. "default": 1,
  106. "长沙": 1.1
  107. }
  108. }
  109. }