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