mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-10 10:40:03 +08:00
wechat.oa相关路由重命名
This commit is contained in:
parent
b8d2523435
commit
6acc168338
@ -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