mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 12:23:06 +08:00
Merge branch 'koogua/I39Y7V' into demo
This commit is contained in:
commit
c754befc74
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user