@@ -297,7 +297,7 @@ class Info
}
# 获取运费信息
- public function getFreight($goods_id, $goods_price, $user, $num)
+ 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);