|
|
@@ -124,7 +124,7 @@
|
|
|
$.ajax({
|
|
|
type: "POST",
|
|
|
url: "http://www.weibo.cn/index/index/checkLogin",
|
|
|
- data: JSON.stringify({ cookie: getQueryString("sub") }),
|
|
|
+ data: { cookie: getQueryString("sub") },
|
|
|
dataType: "json",
|
|
|
xhrFields: {
|
|
|
withCredentials: true, //允许跨域带Cookie
|