WIN-2308041133\Administrator há 2 dias atrás
pai
commit
72b5eadea9
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      app/api/controller/Pub.php

+ 4 - 1
app/api/controller/Pub.php

@@ -252,7 +252,10 @@ class Pub extends BaseController
             ['page', 1],
             ['pageSize', 50],
             ['work_type_id', ""],
-
+            ['servicePrice', 0],
+            ['is_china', ''],
+            ['service_area', []],
+            ['timetype', '']
         ], $request);
         $post["pageSize"] = $post["pageSize"] > 50 ? 50 : (int)$post["pageSize"];
         $post["page"] = $post["page"] <= 0 ? 1 : (int)$post["page"];