From d4f1d7acda69bc5e37b36df52313fb1051acb0ca Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 6 Mar 2020 14:44:23 +0800 Subject: [PATCH] Create Search.php --- WeMini/Search.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 WeMini/Search.php 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