예제 #1
0
 public static function counties($cityId)
 {
     $counties = SysRegion::find("parent_id={$cityId}");
     return $counties->toArray();
 }