feat/task1-c-wallet
gongfuxiang 2018-11-23 02:31:34 +08:00
parent b18dadfd62
commit b0429f28e0
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class OrderController extends CommonController
$ret = OrderService::Pay($params);
if($ret['code'] == 0)
{
redirect($ret['data']);
redirect($ret['data']['data']);
} else {
$this->assign('msg', $ret['msg']);
$this->display('/Public/TipsError');