Authored by 周少峰

change brand history format

... ... @@ -203,7 +203,7 @@ class BrandModel
}
} while(false);
$result = array_values($result);
return $result;
return array('list' => $result);
}
/**
... ...