From b8d25234357c82b4e101fdf039ccdca87403f8d0 Mon Sep 17 00:00:00 2001 From: koogua Date: Thu, 4 Mar 2021 11:12:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?WechatOfficialAccountController.php?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...lAccountController.php => WeChatOfficialAccountController.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/Http/Home/Controllers/{WechatOfficialAccountController.php => WeChatOfficialAccountController.php} (100%) diff --git a/app/Http/Home/Controllers/WechatOfficialAccountController.php b/app/Http/Home/Controllers/WeChatOfficialAccountController.php similarity index 100% rename from app/Http/Home/Controllers/WechatOfficialAccountController.php rename to app/Http/Home/Controllers/WeChatOfficialAccountController.php From 6acc1683384dc32a2d1824d320eecfbcab9b854f Mon Sep 17 00:00:00 2001 From: koogua Date: Thu, 4 Mar 2021 11:30:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?wechat.oa=E7=9B=B8=E5=85=B3=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=87=8D=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/Controllers/WeChatOfficialAccountController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Http/Home/Controllers/WeChatOfficialAccountController.php b/app/Http/Home/Controllers/WeChatOfficialAccountController.php index b67cab4f..7c3a080e 100644 --- a/app/Http/Home/Controllers/WeChatOfficialAccountController.php +++ b/app/Http/Home/Controllers/WeChatOfficialAccountController.php @@ -14,7 +14,7 @@ class WeChatOfficialAccountController extends \Phalcon\Mvc\Controller use ResponseTrait; /** - * @Get("/subscribe/status", name="home.wechat.oa.sub_status") + * @Get("/subscribe/status", name="home.wechat_oa.sub_status") */ public function subscribeStatusAction() { @@ -26,7 +26,7 @@ class WeChatOfficialAccountController extends \Phalcon\Mvc\Controller } /** - * @Get("/subscribe/qrcode", name="home.wechat.oa.sub_qrcode") + * @Get("/subscribe/qrcode", name="home.wechat_oa.sub_qrcode") */ public function subscribeQrCodeAction() { @@ -38,7 +38,7 @@ class WeChatOfficialAccountController extends \Phalcon\Mvc\Controller } /** - * @Get("/notify", name="home.wechat.oa.verify") + * @Get("/notify", name="home.wechat_oa.verify") */ public function verifyAction() { @@ -54,7 +54,7 @@ class WeChatOfficialAccountController extends \Phalcon\Mvc\Controller } /** - * @Post("/notify", name="home.wechat.oa.notify") + * @Post("/notify", name="home.wechat_oa.notify") */ public function notifyAction() {