Merge remote-tracking branch 'origin/hotfix/couponHttp'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -92,7 +92,7 @@ class CouponController extends AbstractAction | @@ -92,7 +92,7 @@ class CouponController extends AbstractAction | ||
92 | } else { | 92 | } else { |
93 | $returnData['isApp'] = true; | 93 | $returnData['isApp'] = true; |
94 | $playUrlEncode = strtr($playUrl . '?code=' . $receiveData['code'] .'&app_version=' . $receiveData['app_version'], array('/' => '\\/')); | 94 | $playUrlEncode = strtr($playUrl . '?code=' . $receiveData['code'] .'&app_version=' . $receiveData['app_version'], array('/' => '\\/')); |
95 | - $returnData['url'] = $playUrl . '?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"' . $playUrlEncode . '","param":{"from":"app"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'; | 95 | + $returnData['url'] = $playUrl . '?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"http:' . $playUrlEncode . '","param":{"from":"app"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'; |
96 | // $playUrlEncode = strtr($playUrl, array('/' => '\\/')); | 96 | // $playUrlEncode = strtr($playUrl, array('/' => '\\/')); |
97 | // $returnData['url'] = $playUrl . '?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"' . $playUrlEncode . '","param":{"from":"app","code":"' . $receiveData['code'] . '"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'; | 97 | // $returnData['url'] = $playUrl . '?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"' . $playUrlEncode . '","param":{"from":"app","code":"' . $receiveData['code'] . '"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'; |
98 | } | 98 | } |
-
Please register or login to post a comment