Ken 2 өдөр өмнө
parent
commit
893084c669

+ 1 - 1
app/Http/Controllers/api/NewPc.php

@@ -33,7 +33,7 @@ class NewPc extends BaseController
 //        $data = $data['data'];
         foreach ($data as &$item) {
             $item['keno'] = json_decode($item['keno'],true);
-//            sort($item['keno']);
+            sort( $item['keno'] );
         }
         return $this->success($data);
     }