|
|
|
@ -3,7 +3,7 @@ |
|
|
|
$openid = $_SESSION['openid']; |
|
|
|
$redirect_url = $_SESSION['prev_url']; |
|
|
|
unset($_SESSION['prev_url']); |
|
|
|
|
|
|
|
|
|
|
|
// 加载基础类 |
|
|
|
require_once('../library/Base.php'); |
|
|
|
$Base = new Base(); |
|
|
|
@ -111,7 +111,12 @@ |
|
|
|
// echo "\r\n"; |
|
|
|
// echo "[response data(clear text)]: {$response_data}"; |
|
|
|
// die(); |
|
|
|
echo $response_data; |
|
|
|
// echo $response_data; |
|
|
|
$_SESSION['response_data_json'] = $response_data; |
|
|
|
|
|
|
|
// 调回之前的地址 |
|
|
|
header("Location: $redirect_url"); |
|
|
|
exit; |
|
|
|
|
|
|
|
?> |
|
|
|
|
|
|
|
|