Authored by 周少峰

change brand history format

@@ -203,7 +203,7 @@ class BrandModel @@ -203,7 +203,7 @@ class BrandModel
203 } 203 }
204 } while(false); 204 } while(false);
205 $result = array_values($result); 205 $result = array_values($result);
206 - return $result; 206 + return array('list' => $result);
207 } 207 }
208 208
209 /** 209 /**