From c47ccba31bf6d270d952179f577f345d8c21c926 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 10 Feb 2018 12:00:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A2=9E=E5=8A=A0=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=99=90=E5=88=B6=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Limit.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 WeChat/Limit.php diff --git a/WeChat/Limit.php b/WeChat/Limit.php new file mode 100644 index 0000000..ebd56d3 --- /dev/null +++ b/WeChat/Limit.php @@ -0,0 +1,42 @@ +registerApi($url, __FUNCTION__, func_get_args()); + return $this->callPostApi($url, ['appid' => $this->config->get('appid')]); + } + + +} \ No newline at end of file