{
|
|
"basePrice": {
|
|
"normal": 75,
|
|
"holiday": 85,
|
|
"weekend": 80,
|
|
"perKm": 3
|
|
},
|
|
"memberDiscount": {
|
|
"new": 0.95,
|
|
"regular": 0.9,
|
|
"silver": 0.88,
|
|
"gold": 0.85
|
|
},
|
|
"preFamiliarize": {
|
|
"price": 38,
|
|
"holidayRate": 1.2
|
|
},
|
|
"multiService": {
|
|
"two": {
|
|
"price": 46,
|
|
"holidayRate": 1.1
|
|
},
|
|
"three": {
|
|
"price": 131,
|
|
"holidayRate": 1.1
|
|
}
|
|
},
|
|
"petExtra": {
|
|
"largeDog": {
|
|
"price": 40,
|
|
"holidayRate": 1.1
|
|
},
|
|
"mediumDog": {
|
|
"price": 30,
|
|
"holidayRate": 1.1
|
|
},
|
|
"smallDog": {
|
|
"price": 15,
|
|
"holidayRate": 1.1
|
|
},
|
|
"cat": {
|
|
"price": 10,
|
|
"holidayRate": 1.1
|
|
}
|
|
},
|
|
"freeQuota": {
|
|
"threshold": 30,
|
|
"rules": [
|
|
{
|
|
"type": "cat",
|
|
"count": 3,
|
|
"freeAmount": 30,
|
|
"description": "3只及以上猫免费30元"
|
|
},
|
|
{
|
|
"type": "smallDog",
|
|
"count": 2,
|
|
"freeAmount": 30,
|
|
"description": "2只及以上小型犬免费30元"
|
|
},
|
|
{
|
|
"type": "mediumDog",
|
|
"count": 1,
|
|
"freeAmount": 30,
|
|
"description": "1只及以上中型犬免费30元"
|
|
},
|
|
{
|
|
"type": "mixed",
|
|
"count": 0,
|
|
"freeAmount": 29,
|
|
"description": "以上都不满足则免费25元"
|
|
}
|
|
]
|
|
},
|
|
"holidays": [
|
|
"2025-10-01",
|
|
"2025-10-02",
|
|
"2025-10-03",
|
|
"2025-10-04",
|
|
"2025-10-05",
|
|
"2025-10-06",
|
|
"2025-10-07",
|
|
"2025-07-15",
|
|
"2025-07-22",
|
|
"2025-07-16",
|
|
"2025-07-23",
|
|
"2025-07-17",
|
|
"2025-07-11",
|
|
"2025-07-18",
|
|
"2025-07-25",
|
|
"2025-07-24",
|
|
"2025-09-11"
|
|
],
|
|
"weekends": [
|
|
6,
|
|
0
|
|
],
|
|
"customServices": {
|
|
"priceConfig": {},
|
|
"holidayRate": 1.1
|
|
},
|
|
"cityConfig": {
|
|
"currentCity": "shenzhen",
|
|
"priceRates": {
|
|
"default": 1,
|
|
"长沙": 1.1
|
|
}
|
|
}
|
|
}
|