Эх сурвалжийг харах

Merge branch 'master' of https://git.97admin.com:433/chendeben/taoqu

chendeben 6 жил өмнө
parent
commit
153fd45ab2

+ 3 - 0
App/Api/Controller/Category.php

@@ -28,6 +28,9 @@ class Category extends Controller
         if ($original_id) {
             $request['original_id'] = $original_id;
         }
+        if ($page){
+            $request['page']=$page;
+        }
         $url = Site::getData('site_url') . "/tao.php?" . http_build_query($request);
         echo Dataoke::parse(file_get_contents($url));
     }