rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
4c58ad2449
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      service/agent/lib/Manage.php

+ 6 - 0
service/agent/lib/Manage.php

@@ -914,4 +914,10 @@ class Manage
             }
         }
     }
+
+    public function search_api()
+    {
+        $where = array();
+        return Dever::search('agent/member', $where);
+    }
 }