Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -134,7 +134,7 @@ class BindController extends AbstractAction | @@ -134,7 +134,7 @@ class BindController extends AbstractAction | ||
134 | if ($res['code'] == 200) | 134 | if ($res['code'] == 200) |
135 | { | 135 | { |
136 | $next = Helpers::url('/passport/bind/code', array('isReg' => $res['data']['is_register'], 'openId' => $openId, 'sourceType' => $sourceType, 'nickname' => $nickname, 'areaCode' => $areaCode, 'mobile' => $mobile)); | 136 | $next = Helpers::url('/passport/bind/code', array('isReg' => $res['data']['is_register'], 'openId' => $openId, 'sourceType' => $sourceType, 'nickname' => $nickname, 'areaCode' => $areaCode, 'mobile' => $mobile)); |
137 | - $data = array('code' => $res['code'], 'message' => $res['message'], 'data' => array('is_register' => $res['data']['is_register'], 'next' => $next)); | 137 | + $data = array('code' => $res['code'], 'message' => $res['message'], 'data' => array('isReg' => $res['data']['is_register'], 'next' => $next)); |
138 | } | 138 | } |
139 | else | 139 | else |
140 | { | 140 | { |
-
Please register or login to post a comment