|
@@ -300,7 +300,7 @@ class Info
|
|
|
public function getFreight($id, $goods_price, $user, $num)
|
|
|
{
|
|
|
$info = Dever::db($this->table_info)->getOne($id);
|
|
|
- return $this->freight($info, $goods_price, $user = array(), $num);
|
|
|
+ return $this->freight($info, $goods_price, $user, $num);
|
|
|
}
|
|
|
|
|
|
# 获取基本信息
|