作者 王智

222

... ... @@ -152,7 +152,11 @@ class ShopCar extends Api
$return['list'] = $listitem;
$this->success('', $return);
}
public function ceshi()
{
$rr = $this->CalculateCommodityAmount(8, 78, 9);
print_r($rr);
}
/**
* @ApiTitle (购物车接口-购物车删除)
... ...
... ... @@ -452,11 +452,6 @@ class Api
return $list;
}
public function ceshi()
{
$rr = $this->CalculateCommodityAmount(8, 78, 9);
print_r($rr);
}
//购物车商品价格
function GenerateOrderPriceCalculation($product_id, $buy_num)
... ...