edit-api-price_finance
This commit is contained in:
@@ -172,8 +172,12 @@ class Cusorder extends Wxapp{
|
||||
'price_fine' => $car_row['price_fine'],
|
||||
];
|
||||
if(!$payway){
|
||||
$orders_entity = new Orders_entity();
|
||||
$money_json['price_finance'] = $orders_entity::PRICE_FINANCE;
|
||||
if($series_row['brand_id']==4){ //哪吒品牌 金融服务费2000
|
||||
$money_json['price_finance'] = 2000;
|
||||
}else{
|
||||
$orders_entity = new Orders_entity();
|
||||
$money_json['price_finance'] = $orders_entity::PRICE_FINANCE;
|
||||
}
|
||||
}
|
||||
//获取挂牌价
|
||||
if($series_row['brand_id']==3){ //狸车品牌写死挂牌费用0.01 测试用
|
||||
|
||||
Reference in New Issue
Block a user