{"id":31107,"date":"2024-11-25T15:37:12","date_gmt":"2024-11-25T07:37:12","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31107\/"},"modified":"2024-11-25T15:37:12","modified_gmt":"2024-11-25T07:37:12","slug":"%e5%ae%9e%e4%be%8b%e8%ae%b2%e8%a7%a3%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e8%8e%b7%e5%8f%96%e6%89%8b%e6%9c%ba%e5%8f%b7%e6%8e%88%e6%9d%83%e7%94%a8%e6%88%b7%e7%99%bb%e5%bd%95%e5%8a%9f%e8%83%bd","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31107\/","title":{"rendered":"\u5b9e\u4f8b\u8bb2\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd"},"content":{"rendered":"<p>\u5c0f\u7a0b\u5e8f\u4e2d\u6709\u5f88\u591a\u5730\u65b9\u90fd\u4f1a\u7528\u5230\u6ce8\u518c\u7528\u6237\u4fe1\u606f\u7684\u5730\u65b9\uff0c\u7528\u6237\u9700\u8981\u586b\u5199\u624b\u673a\u53f7\u7b49\uff0c\u6709\u4e86\u8fd9\u4e2a\u7ec4\u4ef6\u53ef\u4ee5\u5feb\u901f\u83b7\u53d6\u5fae\u4fe1\u7ed1\u5b9a\u624b\u673a\u53f7\u7801\uff0c\u65e0\u987b\u7528\u6237\u586b\u5199\u3002\u672c\u6587\u4e3b\u8981\u7ed9\u5927\u5bb6\u5206\u4eab\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\uff0c\u9700\u8981\u7684\u670b\u53cb\u53c2\u8003\u4e0b\u5427\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p>1.getPhoneNumber\u8fd9\u4e2a\u7ec4\u4ef6\u901a\u8fc7button\u6765\u5b9e\u73b0\uff08\u522b\u7684\u6807\u7b7e\u65e0\u6548\uff09\u3002\u5c06button\u4e2d\u7684open-type=\u201cgetPhoneNumber\u201d,\u5e76\u4e14\u7ed1\u5b9abindgetphonenumber\u4e8b\u4ef6\u83b7\u53d6\u56de\u8c03\u3002<\/p>\n<pre>&lt;span&gt;&lt;button&gt;&lt;\/button&gt;&lt;\/span&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>2.\u5728\u4f7f\u7528\u8fd9\u4e2a\u7ec4\u4ef6\u4e4b\u524d\u5fc5\u987b\u5148\u8c03\u7528login\u63a5\u53e3\uff0c\u5982\u679c\u6ca1\u6709\u8c03\u7528login\u70b9\u51fbbutton\u65f6\u4f1a\u63d0\u793a\u5148\u8c03\u7528login\u3002<\/p>\n<pre>App({&nbsp;&nbsp;\r\n&nbsp;&nbsp;onLaunch:&nbsp;function&nbsp;()&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;wx.login({&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res.code)&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/\/\u53d1\u8d77\u7f51\u7edc\u8bf7\u6c42&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(res.code)&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log('\u83b7\u53d6\u7528\u6237\u767b\u5f55\u6001\u5931\u8d25\uff01'&nbsp;+&nbsp;res.errMsg)&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;\r\n&nbsp;&nbsp;}&nbsp;&nbsp;\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>3.\u901a\u8fc7bindgetphonenumber\u7ed1\u5b9a\u7684\u4e8b\u4ef6\u6765\u83b7\u53d6\u56de\u8c03\u3002\u56de\u8c03\u7684\u53c2\u6570\u6709\u4e09\u4e2a\uff0c<\/p>\n<p>errMsg\uff1a\u7528\u6237\u70b9\u51fb\u53d6\u6d88\u6216\u6388\u6743\u7684\u4fe1\u606f\u56de\u8c03\u3002<\/p>\n<p>iv\uff1a\u52a0\u5bc6\u7b97\u6cd5\u7684\u521d\u59cb\u5411\u91cf\uff08\u5982\u679c\u7528\u6237\u6ca1\u6709\u540c\u610f\u6388\u6743\u5219\u4e3aundefined\uff09\u3002<\/p>\n<p>encryptedData\uff1a \u7528\u6237\u4fe1\u606f\u7684\u52a0\u5bc6\u6570\u636e\uff08\u5982\u679c\u7528\u6237\u6ca1\u6709\u540c\u610f\u6388\u6743\u540c\u6837\u8fd4\u56deundefined\uff09<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/054\/025\/c755f3a3fa3aa035da501a000eb06d67-0.jpg\" class=\"aligncenter\" title=\"\u5b9e\u4f8b\u8bb2\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\u63d2\u56fe\" alt=\"\u5b9e\u4f8b\u8bb2\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\u63d2\u56fe\" \/><\/p>\n<pre>getPhoneNumber:&nbsp;function(e)&nbsp;{&nbsp;&nbsp;&nbsp;\r\n&nbsp;&nbsp;console.log(e.detail.errMsg)&nbsp;&nbsp;&nbsp;\r\n&nbsp;&nbsp;console.log(e.detail.iv)&nbsp;&nbsp;&nbsp;\r\n&nbsp;&nbsp;console.log(e.detail.encryptedData)&nbsp;&nbsp;&nbsp;\r\n&nbsp;&nbsp;if&nbsp;(e.detail.errMsg&nbsp;==&nbsp;'getPhoneNumber:fail&nbsp;user&nbsp;deny'){&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;wx.showModal({&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title:&nbsp;'\u63d0\u793a',&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showCancel:&nbsp;false,&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;content:&nbsp;'\u672a\u6388\u6743',&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;}&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;})&nbsp;&nbsp;\r\n&nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;wx.showModal({&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title:&nbsp;'\u63d0\u793a',&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showCancel:&nbsp;false,&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;content:&nbsp;'\u540c\u610f\u6388\u6743',&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;}&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;})&nbsp;&nbsp;\r\n&nbsp;&nbsp;}&nbsp;&nbsp;\r\n&nbsp;}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>4.\u6700\u540e\u6211\u4eec\u9700\u8981\u6839\u636e\u81ea\u5df1\u7684\u4e1a\u52a1\u903b\u8f91\u6765\u8fdb\u884c\u5904\u7406\uff0c\u5982\u679c\u7528\u6237\u4e0d\u540c\u610f\u6388\u6743\u7684\u8bdd\u53ef\u80fd\u6211\u4eec\u4f1a\u6709\u4e00\u4e2a\u8ba9\u4ed6\u624b\u52a8\u8f93\u5165\u7684\u754c\u9762\uff0c\u5982\u679c\u4e0d\u662f\u5f3a\u5236\u83b7\u53d6\u624b\u673a\u53f7\u7684\u8bdd\u53ef\u4ee5\u76f4\u63a5\u8df3\u8f6c\u9875\u9762\u8fdb\u884c\u4e0b\u4e00\u6b65\u3002\uff08\u7528\u6237\u4e0d\u540c\u610f\u6388\u6743errMsg\u8fd4\u56de\u2018getPhoneNumber:fail user deny&#8217;\uff09<\/p>\n<p>5.\u7528\u6237\u540c\u610f\u6388\u6743\uff0c\u6211\u4eec\u53ef\u4ee5\u6839\u636elogin\u65f6\u83b7\u53d6\u5230\u7684code\u6765\u901a\u8fc7\u540e\u53f0\u4ee5\u53ca\u5fae\u4fe1\u5904\u7406\u62ff\u5230session_key\uff0c\u6700\u540e\u901a\u8fc7app_id\uff0csession_key,iv,encryptedData\uff08\u7528\u6237\u540c\u610f\u6388\u6743errMsg\u8fd4\u56de\u2018getPhoneNumber:ok&#8217;\uff09<\/p>\n<p>\u53c8\u5b66\u4f1a\u4e00\u79cd\u5c0f\u7a0b\u5e8f\u529f\u80fd\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5b9e\u4f8b\u8bb2\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\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>\u5c0f\u7a0b\u5e8f\u4e2d\u6709\u5f88\u591a\u5730\u65b9\u90fd\u4f1a\u7528\u5230\u6ce8\u518c\u7528\u6237\u4fe1\u606f\u7684\u5730\u65b9\uff0c\u7528\u6237\u9700\u8981\u586b\u5199\u624b\u673a\u53f7\u7b49\uff0c\u6709\u4e86\u8fd9\u4e2a\u7ec4\u4ef6\u53ef\u4ee5\u5feb\u901f\u83b7\u53d6\u5fae\u4fe1\u7ed1\u5b9a\u624b\u673a\u53f7\u7801\uff0c\u65e0\u987b\u7528\u6237\u586b\u5199\u3002\u672c\u6587\u4e3b\u8981\u7ed9\u5927\u5bb6\u5206\u4eab\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\uff0c\u9700\u8981\u7684\u670b\u53cb\u53c2\u8003\u4e0b\u5427\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 1.getPhoneNumber\u8fd9\u4e2a\u7ec4\u4ef6\u901a\u8fc7button\u6765\u5b9e\u73b0\uff08\u522b\u7684\u6807\u7b7e\u65e0\u6548\uff09\u3002\u5c06button\u4e2d\u7684open-type=\u201cgetPhoneNumber\u201d,\u5e76\u4e14\u7ed1\u5b9abindgetphonenumber\u4e8b\u4ef6\u83b7\u53d6\u56de\u8c03\u3002 &lt;span&gt;&lt;button&gt;&lt;\/button&gt;&lt;\/span&gt; \u767b\u5f55\u540e\u590d\u5236 2.\u5728\u4f7f\u7528\u8fd9\u4e2a\u7ec4\u4ef6\u4e4b\u524d\u5fc5\u987b\u5148\u8c03\u7528login\u63a5\u53e3\uff0c\u5982\u679c\u6ca1\u6709\u8c03\u7528login\u70b9\u51fbbutton\u65f6\u4f1a\u63d0\u793a\u5148\u8c03\u7528login\u3002 App({&nbsp;&nbsp; &nbsp;&nbsp;onLaunch:&nbsp;function&nbsp;()&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;wx.login({&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(res.code)&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/\/\u53d1\u8d77\u7f51\u7edc\u8bf7\u6c42&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(res.code)&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log(&#8216;\u83b7\u53d6\u7528\u6237\u767b\u5f55\u6001\u5931\u8d25\uff01&#8217;&nbsp;+&nbsp;res.errMsg)&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp; &nbsp;&nbsp;}&nbsp;&nbsp; }) \u767b\u5f55\u540e\u590d\u5236 3.\u901a\u8fc7bindgetphonenumber\u7ed1\u5b9a\u7684\u4e8b\u4ef6\u6765\u83b7\u53d6\u56de\u8c03\u3002\u56de\u8c03\u7684\u53c2\u6570\u6709\u4e09\u4e2a\uff0c errMsg\uff1a\u7528\u6237\u70b9\u51fb\u53d6\u6d88\u6216\u6388\u6743\u7684\u4fe1\u606f\u56de\u8c03\u3002 iv\uff1a\u52a0\u5bc6\u7b97\u6cd5\u7684\u521d\u59cb\u5411\u91cf\uff08\u5982\u679c\u7528\u6237\u6ca1\u6709\u540c\u610f\u6388\u6743\u5219\u4e3aundefined\uff09\u3002 encryptedData\uff1a \u7528\u6237\u4fe1\u606f\u7684\u52a0\u5bc6\u6570\u636e\uff08\u5982\u679c\u7528\u6237\u6ca1\u6709\u540c\u610f\u6388\u6743\u540c\u6837\u8fd4\u56deundefined\uff09 getPhoneNumber:&nbsp;function(e)&nbsp;{&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;console.log(e.detail.errMsg)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;console.log(e.detail.iv)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;console.log(e.detail.encryptedData)&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;if&nbsp;(e.detail.errMsg&nbsp;==&nbsp;&#8216;getPhoneNumber:fail&nbsp;user&nbsp;deny&#8217;){&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;wx.showModal({&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title:&nbsp;&#8216;\u63d0\u793a&#8217;,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showCancel:&nbsp;false,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;content:&nbsp;&#8216;\u672a\u6388\u6743&#8217;,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;}&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;})&nbsp;&nbsp; &nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;wx.showModal({&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title:&nbsp;&#8216;\u63d0\u793a&#8217;,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showCancel:&nbsp;false,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;content:&nbsp;&#8216;\u540c\u610f\u6388\u6743&#8217;,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;success:&nbsp;function&nbsp;(res)&nbsp;{&nbsp;}&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;})&nbsp;&nbsp; &nbsp;&nbsp;}&nbsp;&nbsp; &nbsp;} \u767b\u5f55\u540e\u590d\u5236 4.\u6700\u540e\u6211\u4eec\u9700\u8981\u6839\u636e\u81ea\u5df1\u7684\u4e1a\u52a1\u903b\u8f91\u6765\u8fdb\u884c\u5904\u7406\uff0c\u5982\u679c\u7528\u6237\u4e0d\u540c\u610f\u6388\u6743\u7684\u8bdd\u53ef\u80fd\u6211\u4eec\u4f1a\u6709\u4e00\u4e2a\u8ba9\u4ed6\u624b\u52a8\u8f93\u5165\u7684\u754c\u9762\uff0c\u5982\u679c\u4e0d\u662f\u5f3a\u5236\u83b7\u53d6\u624b\u673a\u53f7\u7684\u8bdd\u53ef\u4ee5\u76f4\u63a5\u8df3\u8f6c\u9875\u9762\u8fdb\u884c\u4e0b\u4e00\u6b65\u3002\uff08\u7528\u6237\u4e0d\u540c\u610f\u6388\u6743errMsg\u8fd4\u56de\u2018getPhoneNumber:fail user deny&#8217;\uff09 5.\u7528\u6237\u540c\u610f\u6388\u6743\uff0c\u6211\u4eec\u53ef\u4ee5\u6839\u636elogin\u65f6\u83b7\u53d6\u5230\u7684code\u6765\u901a\u8fc7\u540e\u53f0\u4ee5\u53ca\u5fae\u4fe1\u5904\u7406\u62ff\u5230session_key\uff0c\u6700\u540e\u901a\u8fc7app_id\uff0csession_key,iv,encryptedData\uff08\u7528\u6237\u540c\u610f\u6388\u6743errMsg\u8fd4\u56de\u2018getPhoneNumber:ok&#8217;\uff09 \u53c8\u5b66\u4f1a\u4e00\u79cd\u5c0f\u7a0b\u5e8f\u529f\u80fd\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 \u76f8\u5173\u63a8\u8350\uff1a \u4ee5\u4e0a\u5c31\u662f\u5b9e\u4f8b\u8bb2\u89e3\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u83b7\u53d6\u624b\u673a\u53f7\u6388\u6743\u7528\u6237\u767b\u5f55\u529f\u80fd\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-31107","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31107","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=31107"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31107\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}