lushuncheng %!s(int64=4) %!d(string=hai) anos
pai
achega
ec0cd27695
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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