{"id":1572,"date":"2024-11-10T11:55:56","date_gmt":"2024-11-10T03:55:56","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1572\/"},"modified":"2024-11-10T11:55:56","modified_gmt":"2024-11-10T03:55:56","slug":"%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e7%94%a8%e6%88%b7%e7%99%bb%e5%bd%95%e8%bf%87%e6%9c%9f%e5%90%8e%e7%9a%84%e8%87%aa%e5%8a%a8%e9%87%8d%e6%96%b0%e7%99%bb%e5%bd%95%e5%92%8c%e6%9d%83%e9%99%90%e6%8e%a7","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1572\/","title":{"rendered":"\u5982\u4f55\u5b9e\u73b0\u7528\u6237\u767b\u5f55\u8fc7\u671f\u540e\u7684\u81ea\u52a8\u91cd\u65b0\u767b\u5f55\u548c\u6743\u9650\u63a7\u5236\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173047169045630.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5b9e\u73b0\u7528\u6237\u767b\u5f55\u8fc7\u671f\u540e\u7684\u81ea\u52a8\u91cd\u65b0\u767b\u5f55\u548c\u6743\u9650\u63a7\u5236\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5b9e\u73b0\u7528\u6237\u767b\u5f55\u8fc7\u671f\u540e\u7684\u81ea\u52a8\u91cd\u65b0\u767b\u5f55\u548c\u6743\u9650\u63a7\u5236\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u6709\u5173\u767b\u5f55\u8fc7\u671f\u3001\u91cd\u65b0\u767b\u5f55\u53ca\u6743\u9650\u63a7\u5236\u7684\u8bbe\u8ba1<\/strong><\/p>\n<p>\u60a8\u63d0\u51fa\u4e86\u4e00\u4e2a\u6709\u5173\u7528\u6237\u4f1a\u8bdd\u7ba1\u7406\u548c\u6743\u9650\u63a7\u5236\u7684\u9700\u6c42\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u8bbe\u8ba1\u6b64\u89e3\u51b3\u65b9\u6848\uff1a<\/p>\n<ol>\n<li> <strong>\u9a8c\u8bc1\u767b\u5f55\u51ed\u636e\uff1a<\/strong><br \/>\u7528\u6237\u767b\u5f55\u65f6\uff0c\u670d\u52a1\u5668\u8fd4\u56de\u4e00\u4e2a\u5305\u542b\u8fc7\u671f\u65f6\u95f4\u7684\u4ee4\u724c (token)\u3002\u8be5\u4ee4\u724c\u5728\u670d\u52a1\u5668\u7aef\u5b58\u50a8\u3002<\/li>\n<li> <strong>\u5ba2\u6237\u7aef\u4ee4\u724c\u9a8c\u8bc1\uff1a<\/strong><br \/>\u5728\u7528\u6237\u6d4f\u89c8\u7f51\u7ad9\u65f6\uff0c\u5ba2\u6237\u7aef\uff08\u6d4f\u89c8\u5668\uff09\u4f1a\u5b9a\u671f\u5411\u670d\u52a1\u5668\u53d1\u9001\u4ee4\u724c\u8fdb\u884c\u9a8c\u8bc1\u3002<\/li>\n<li> <strong>\u4ee4\u724c\u8fc7\u671f\u5904\u7406\uff1a<\/strong><br \/>\u5982\u679c\u4ee4\u724c\u9a8c\u8bc1\u5931\u8d25\uff0c\u5ba2\u6237\u7aef\u4f1a\u5c06\u7528\u6237\u91cd\u65b0\u5b9a\u5411\u5230\u767b\u5f55\u9875\u9762\u3002<\/li>\n<li> <strong>\u6743\u9650\u63a7\u5236\uff1a<\/strong><br \/>\u6839\u636e\u7528\u6237\u7684\u6743\u9650\u7b49\u7ea7\uff0c\u6e32\u67d3\u4e0d\u540c\u7684\u9875\u9762\u548c\u529f\u80fd\u3002<\/li>\n<\/ol>\n<p><strong>\u4ee3\u7801\u5b9e\u73b0\u793a\u4f8b\uff1a<\/strong><\/p>\n<p>\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b javascript \u4ee3\u7801\u5b9a\u671f\u68c0\u67e5\u4ee4\u724c\uff1a<\/p>\n<pre>function checkuuid() {\n  var uuid = getCookie(\"uuid\");\n  $.ajax({\n    type: \"GET\",\n    url: \"http:\/\/127.0.0.1:8081\/projectname\/checkuuid?uuid=\" + uuid,\n    async: true,\n    crossDomain: true,\n    dataType: \"jsonp\",\n    jsonp: \"callback\",\n    beforeSend: function() {},\n    success: function(data) {\n      if (data.success == false) {\n        window.location.href = \"login.htm\";\n      }\n    },\n    error: function() {\n      window.location.href = \"login.htm\";\n    }\n  });\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5b9e\u73b0\u7528\u6237\u767b\u5f55\u8fc7\u671f\u540e\u7684\u81ea\u52a8\u91cd\u65b0\u767b\u5f55\u548c\u6743\u9650\u63a7\u5236\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6709\u5173\u767b\u5f55\u8fc7\u671f\u3001\u91cd\u65b0\u767b\u5f55\u53ca\u6743\u9650\u63a7\u5236\u7684\u8bbe\u8ba1 \u60a8\u63d0\u51fa\u4e86\u4e00\u4e2a\u6709\u5173\u7528\u6237\u4f1a\u8bdd\u7ba1\u7406\u548c\u6743\u9650\u63a7\u5236\u7684\u9700\u6c42\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u8bbe\u8ba1\u6b64\u89e3\u51b3\u65b9\u6848\uff1a \u9a8c\u8bc1\u767b\u5f55\u51ed\u636e\uff1a\u7528\u6237\u767b\u5f55\u65f6\uff0c\u670d\u52a1\u5668\u8fd4\u56de\u4e00\u4e2a\u5305\u542b\u8fc7\u671f\u65f6\u95f4\u7684\u4ee4\u724c (token)\u3002\u8be5\u4ee4\u724c\u5728\u670d\u52a1\u5668\u7aef\u5b58\u50a8\u3002 \u5ba2\u6237\u7aef\u4ee4\u724c\u9a8c\u8bc1\uff1a\u5728\u7528\u6237\u6d4f\u89c8\u7f51\u7ad9\u65f6\uff0c\u5ba2\u6237\u7aef\uff08\u6d4f\u89c8\u5668\uff09\u4f1a\u5b9a\u671f\u5411\u670d\u52a1\u5668\u53d1\u9001\u4ee4\u724c\u8fdb\u884c\u9a8c\u8bc1\u3002 \u4ee4\u724c\u8fc7\u671f\u5904\u7406\uff1a\u5982\u679c\u4ee4\u724c\u9a8c\u8bc1\u5931\u8d25\uff0c\u5ba2\u6237\u7aef\u4f1a\u5c06\u7528\u6237\u91cd\u65b0\u5b9a\u5411\u5230\u767b\u5f55\u9875\u9762\u3002 \u6743\u9650\u63a7\u5236\uff1a\u6839\u636e\u7528\u6237\u7684\u6743\u9650\u7b49\u7ea7\uff0c\u6e32\u67d3\u4e0d\u540c\u7684\u9875\u9762\u548c\u529f\u80fd\u3002 \u4ee3\u7801\u5b9e\u73b0\u793a\u4f8b\uff1a \u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b javascript \u4ee3\u7801\u5b9a\u671f\u68c0\u67e5\u4ee4\u724c\uff1a function checkuuid() { var uuid = getCookie(&#8220;uuid&#8221;); $.ajax({ type: &#8220;GET&#8221;, url: &#8220;http:\/\/127.0.0.1:8081\/projectname\/checkuuid?uuid=&#8221; + uuid, async: true, crossDomain: true, dataType: &#8220;jsonp&#8221;, jsonp: &#8220;callback&#8221;, beforeSend: function() {}, success: function(data) { if (data.success == false) { window.location.href = &#8220;login.htm&#8221;; } }, error: function() { window.location.href = &#8220;login.htm&#8221;; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1572","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1572"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1572\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}