diff --git a/WeMini/Search.php b/WeMini/Search.php new file mode 100644 index 0000000..88b4fd0 --- /dev/null +++ b/WeMini/Search.php @@ -0,0 +1,39 @@ +registerApi($url, __FUNCTION__, func_get_args()); + return $this->callPostApi($url, ['pages' => $pages], true); + } + +} \ No newline at end of file