1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 03:32:47 +08:00

!22 验证更新h5支付

Merge pull request !22 from koogua/develop
This commit is contained in:
koogua 2020-12-02 21:24:19 +08:00 committed by Gitee
commit f8e9299b51

View File

@ -80,7 +80,7 @@ class PublicController extends \Phalcon\Mvc\Controller
*/
public function alipayCallbackAction()
{
return $this->response->redirect('/h5/#/pages/me/orders', true);
return $this->response->redirect('/h5/#/pages/me/index', true);
}
/**
@ -88,7 +88,7 @@ class PublicController extends \Phalcon\Mvc\Controller
*/
public function wxpayCallbackAction()
{
return $this->response->redirect('/h5/#/pages/me/orders', true);
return $this->response->redirect('/h5/#/pages/me/index', true);
}
/**