|
|
@@ -205,6 +205,7 @@ class OrderService extends BaseService
|
|
|
}
|
|
|
$xdPrice = ConfigService::make()->getConfigByCode('xd_price', 100);
|
|
|
$xdPrice = $xdPrice > 0 && $xdPrice <= 10000 ? $xdPrice : 100;
|
|
|
+ var_dump($goods);
|
|
|
foreach($goods as &$item){
|
|
|
$goodsId = isset($item['goods_id'])? $item['goods_id'] : 0;
|
|
|
$merchId = isset($item['merch_id'])? $item['merch_id'] : 0;
|