mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 11:41:27 +08:00
commit
f8e9299b51
@ -80,7 +80,7 @@ class PublicController extends \Phalcon\Mvc\Controller
|
|||||||
*/
|
*/
|
||||||
public function alipayCallbackAction()
|
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()
|
public function wxpayCallbackAction()
|
||||||
{
|
{
|
||||||
return $this->response->redirect('/h5/#/pages/me/orders', true);
|
return $this->response->redirect('/h5/#/pages/me/index', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user