lushuncheng пре 4 година
родитељ
комит
ec0cd27695
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/demo.html

+ 1 - 1
public/demo.html

@@ -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