stanley-king hace 8 años
padre
commit
14bb699553
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      mobile/control/search.php

+ 6 - 1
mobile/control/search.php

@@ -91,7 +91,12 @@ class searchControl extends mobileHomeControl
         $params = $param->format();
 
         if($params == false) {
-            return self::outerr(errcode::ErrParamter);
+            return self::outsuccess(array('special_list' => null,
+                'summary'  => null,
+                'groupbuy' => null,
+                'limitime' => null,
+                'bundling' => null,
+                'mobile_page' => mobile_page(0)));
         } else {
             $result = search\tcp_client::instance()->get_result($params);
         }