1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 20:52:44 +08:00

更新H5支付方式

This commit is contained in:
xiaochong0302 2020-12-02 21:23:04 +08:00
parent 079cf5cec3
commit 385016613b

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);
}
/**