@@ -30,7 +30,7 @@ class CommonController extends Controller
return response()->json([
"status" => 0,
"data" => [
- "token" => sha1($auth["openid"] . $auth["access_token"])
+ "token" => sha1($auth["openid"] . $auth["session_key"])
]]);
} else if(array_key_exists("errcode", $auth)){