|
|
@@ -45,7 +45,7 @@ class CashClass extends BaseClass
|
|
|
if ($currentPtStyle == dict::getDict('ptStyle', 'hd')) {
|
|
|
return 0.006;
|
|
|
} elseif ($currentPtStyle == dict::getDict('ptStyle', 'ghs')) {
|
|
|
- //纯彩花艺二个店0.3费率
|
|
|
+ //纯彩花艺
|
|
|
if ($shopId == 10 || $shopId == 22) {
|
|
|
return 0.003;
|
|
|
}
|
|
|
@@ -53,9 +53,14 @@ class CashClass extends BaseClass
|
|
|
if ($shopId == 763 || $shopId == 795) {
|
|
|
return 0.0035;
|
|
|
}
|
|
|
+ //泉城
|
|
|
if ($shopId == 447 || $shopId == 1105) {
|
|
|
return 0.003;
|
|
|
}
|
|
|
+ //都市花季
|
|
|
+ if ($shopId == 1212 || $shopId == 1315) {
|
|
|
+ return 0.003;
|
|
|
+ }
|
|
|
return 0.0038;
|
|
|
}
|
|
|
return 0.006;
|