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:
parent
079cf5cec3
commit
385016613b
@ -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