From 7eb32f1451ab50621cf73df6f8cf709d3f9fcf0e Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 6 Mar 2020 14:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E8=BF=90=E7=BB=B4=E4=B8=AD=E5=BF=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- We.php | 1 + WeMini/Operation.php | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 WeMini/Operation.php diff --git a/We.php b/We.php index 8781024..309a7b2 100644 --- a/We.php +++ b/We.php @@ -51,6 +51,7 @@ use WeChat\Exceptions\InvalidInstanceException; * @method \WeMini\Message WeMiniMessage($options = []) static 小程序动态消息 * @method \WeMini\Newtmpl WeMiniNewtmpl($options = []) static 小程序订阅消息 * @method \WeMini\Ocr WeMiniOcr($options = []) static 小程序ORC服务 + * @method \WeMini\Operation WeMiniOperation($options = []) static 小程序运维中心 * @method \WeMini\Plugs WeMiniPlugs($options = []) static 小程序插件管理 * @method \WeMini\Poi WeMiniPoi($options = []) static 小程序地址管理 * @method \WeMini\Qrcode WeMiniQrcode($options = []) static 小程序二维码管理 diff --git a/WeMini/Operation.php b/WeMini/Operation.php new file mode 100644 index 0000000..fe0bb06 --- /dev/null +++ b/WeMini/Operation.php @@ -0,0 +1,41 @@ +registerApi($url, __FUNCTION__, func_get_args()); + return $this->callPostApi($url, $data, true); + } + +} \ No newline at end of file