{"id":13416,"date":"2022-11-29T15:27:28","date_gmt":"2022-11-29T07:27:28","guid":{"rendered":"https:\/\/www.yimenapp.com\/kb-yimen\/?p=13416"},"modified":"2022-11-29T15:27:28","modified_gmt":"2022-11-29T07:27:28","slug":"%e5%be%ae%e4%bf%a1%e7%99%bb%e5%bd%95%e5%8a%9f%e8%83%bd-%e6%8e%88%e6%9d%83%e5%90%8e%e6%8e%a5%e5%8f%a3%e8%b0%83%e7%94%a8%ef%bc%88unionid%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.yimenapp.com\/kb-yimen\/13416\/","title":{"rendered":"\u5fae\u4fe1\u767b\u5f55\u529f\u80fd\u00a0\/\u6388\u6743\u540e\u63a5\u53e3\u8c03\u7528\uff08UnionID\uff09"},"content":{"rendered":"\n<p><strong>\u901a\u8fc7 <span class=\"wpcom_tag_link\"><a href=\"https:\/\/www.yimenapp.com\/kb-yimen\/tag\/code\/\" title=\"code\" target=\"_blank\">code<\/a><\/span> \u83b7\u53d6 <span class=\"wpcom_tag_link\"><a href=\"https:\/\/www.yimenapp.com\/kb-yimen\/tag\/access_token\/\" title=\"access_token\" target=\"_blank\">access_token<\/a><\/span><\/strong><\/p>\n\n\n\n<p><strong>\u63a5\u53e3\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u901a\u8fc7 code \u83b7\u53d6 access_token \u7684\u63a5\u53e3\u3002<\/p>\n\n\n\n<p><strong>\u8bf7\u6c42\u8bf4\u660e<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GET https:\/\/api.weixin.qq.com\/sns\/oauth2\/access_token?appid=APPID&amp;secret=SECRET&amp;code=CODE&amp;grant_type=authorization_code\n<\/code><\/pre>\n\n\n\n<p><strong>\u53c2\u6570\u8bf4\u660e<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u662f\u5426\u5fc5\u987b<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td><span class=\"wpcom_keyword_link\"><a href=\"https:\/\/www.yimenapp.com\" target=\"_blank\" title=\"\u5f00\u53d1app\u4ece\u4e00\u95e8\u5f00\u59cb\">app<\/a><\/span>id<\/td><td>\u662f<\/td><td>\u5e94\u7528\u552f\u4e00\u6807\u8bc6\uff0c\u5728\u5fae\u4fe1\u5f00\u653e\u5e73\u53f0\u63d0\u4ea4\u5e94\u7528\u5ba1\u6838\u901a\u8fc7\u540e\u83b7\u5f97<\/td><\/tr><tr><td>secret<\/td><td>\u662f<\/td><td>\u5e94\u7528\u5bc6\u94a5 AppSecret\uff0c\u5728\u5fae\u4fe1\u5f00\u653e\u5e73\u53f0\u63d0\u4ea4\u5e94\u7528\u5ba1\u6838\u901a\u8fc7\u540e\u83b7\u5f97<\/td><\/tr><tr><td>code<\/td><td>\u662f<\/td><td>\u586b\u5199\u7b2c\u4e00\u6b65\u83b7\u53d6\u7684 code \u53c2\u6570<\/td><\/tr><tr><td>grant_type<\/td><td>\u662f<\/td><td>\u586b authorization_code<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u8fd4\u56de\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u6b63\u786e\u7684\u8fd4\u56de\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"access_token\": \"ACCESS_TOKEN\",\n  \"expires_in\": 7200,\n  \"refresh_token\": \"REFRESH_TOKEN\",\n  \"openid\": \"OPENID\",\n  \"scope\": \"SCOPE\"\n}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>access_token<\/td><td>\u63a5\u53e3\u8c03\u7528\u51ed\u8bc1<\/td><\/tr><tr><td>expires_in<\/td><td>access_token \u63a5\u53e3\u8c03\u7528\u51ed\u8bc1\u8d85\u65f6\u65f6\u95f4\uff0c\u5355\u4f4d\uff08\u79d2\uff09<\/td><\/tr><tr><td>refresh_token<\/td><td>\u7528\u6237\u5237\u65b0 access_token<\/td><\/tr><tr><td>openid<\/td><td>\u6388\u6743\u7528\u6237\u552f\u4e00\u6807\u8bc6<\/td><\/tr><tr><td>scope<\/td><td>\u7528\u6237\u6388\u6743\u7684\u4f5c\u7528\u57df\uff0c\u4f7f\u7528\u9017\u53f7\uff08,\uff09\u5206\u9694<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u9519\u8bef\u8fd4\u56de\u6837\u4f8b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"errcode\": 40029,\n  \"errmsg\": \"invalid code\"\n}\n<\/code><\/pre>\n\n\n\n<p><strong>\u5237\u65b0\u6216\u7eed\u671f access_token \u4f7f\u7528<\/strong><\/p>\n\n\n\n<p><strong>\u63a5\u53e3\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>access_token \u662f\u8c03\u7528\u6388\u6743\u5173\u7cfb\u63a5\u53e3\u7684\u8c03\u7528\u51ed\u8bc1\uff0c\u7531\u4e8e access_token \u6709\u6548\u671f\uff08\u76ee\u524d\u4e3a 2 \u4e2a\u5c0f\u65f6\uff09\u8f83\u77ed\uff0c\u5f53 access_token \u8d85\u65f6\u540e\uff0c\u53ef\u4ee5\u4f7f\u7528 refresh_token \u8fdb\u884c\u5237\u65b0\uff0caccess_token \u5237\u65b0\u7ed3\u679c\u6709\u4e24\u79cd\uff1a<\/p>\n\n\n\n<p>1.\u82e5 access_token \u5df2\u8d85\u65f6\uff0c\u90a3\u4e48\u8fdb\u884c refresh_token \u4f1a\u83b7\u53d6\u4e00\u4e2a\u65b0\u7684 access_token\uff0c\u65b0\u7684\u8d85\u65f6\u65f6\u95f4\uff1b<\/p>\n\n\n\n<p>2.\u82e5 access_token \u672a\u8d85\u65f6\uff0c\u90a3\u4e48\u8fdb\u884c refresh_token \u4e0d\u4f1a\u6539\u53d8 access_token\uff0c\u4f46\u8d85\u65f6\u65f6\u95f4\u4f1a\u5237\u65b0\uff0c\u76f8\u5f53\u4e8e\u7eed\u671f access_token\u3002<\/p>\n\n\n\n<p>refresh_token \u62e5\u6709\u8f83\u957f\u7684\u6709\u6548\u671f\uff0830 \u5929\uff09\u4e14\u65e0\u6cd5\u7eed\u671f\uff0c\u5f53 refresh_token \u5931\u6548\u7684\u540e\uff0c\u9700\u8981\u7528\u6237\u91cd\u65b0\u6388\u6743\u540e\u624d\u53ef\u4ee5\u7ee7\u7eed\u83b7\u53d6\u7528\u6237\u5934\u50cf\u6635\u79f0\u3002<\/p>\n\n\n\n<p><strong>\u8bf7\u6c42\u65b9\u6cd5<\/strong><\/p>\n\n\n\n<p>\u4f7f\u7528\/sns\/oauth2\/access_token \u63a5\u53e3\u83b7\u53d6\u5230\u7684 refresh_token \u8fdb\u884c\u4ee5\u4e0b\u63a5\u53e3\u8c03\u7528\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GET https:\/\/api.weixin.qq.com\/sns\/oauth2\/refresh_token?appid=APPID&amp;grant_type=refresh_token&amp;refresh_token=REFRESH_TOKEN\n<\/code><\/pre>\n\n\n\n<p><strong>\u53c2\u6570\u8bf4\u660e<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u662f\u5426\u5fc5\u987b<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>appid<\/td><td>\u662f<\/td><td>\u5e94\u7528\u552f\u4e00\u6807\u8bc6<\/td><\/tr><tr><td>grant_type<\/td><td>\u662f<\/td><td>\u586b refresh_token<\/td><\/tr><tr><td>refresh_token<\/td><td>\u662f<\/td><td>\u586b\u5199\u901a\u8fc7 access_token \u83b7\u53d6\u5230\u7684 refresh_token \u53c2\u6570<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u8fd4\u56de\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u6b63\u786e\u7684\u8fd4\u56de\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"access_token\": \"ACCESS_TOKEN\",\n  \"expires_in\": 7200,\n  \"refresh_token\": \"REFRESH_TOKEN\",\n  \"openid\": \"OPENID\",\n  \"scope\": \"SCOPE\"\n}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>access_token<\/td><td>\u63a5\u53e3\u8c03\u7528\u51ed\u8bc1<\/td><\/tr><tr><td>expires_in<\/td><td>access_token \u63a5\u53e3\u8c03\u7528\u51ed\u8bc1\u8d85\u65f6\u65f6\u95f4\uff0c\u5355\u4f4d\uff08\u79d2\uff09<\/td><\/tr><tr><td>refresh_token<\/td><td>\u7528\u6237\u5237\u65b0 access_token<\/td><\/tr><tr><td>openid<\/td><td>\u6388\u6743\u7528\u6237\u552f\u4e00\u6807\u8bc6<\/td><\/tr><tr><td>scope<\/td><td>\u7528\u6237\u6388\u6743\u7684\u4f5c\u7528\u57df\uff0c\u4f7f\u7528\u9017\u53f7\uff08,\uff09\u5206\u9694<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u9519\u8bef\u8fd4\u56de\u6837\u4f8b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"errcode\": 40030,\n  \"errmsg\": \"invalid refresh_token\"\n}\n<\/code><\/pre>\n\n\n\n<p><strong>\u63a5\u53e3\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u68c0\u9a8c\u6388\u6743\u51ed\u8bc1\uff08access_token\uff09\u662f\u5426\u6709\u6548<\/p>\n\n\n\n<p><strong>\u8bf7\u6c42\u8bf4\u660e<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GET https:\/\/api.weixin.qq.com\/sns\/auth?access_token=ACCESS_TOKEN&amp;openid=OPENID\n<\/code><\/pre>\n\n\n\n<p><strong>\u53c2\u6570\u8bf4\u660e<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u662f\u5426\u5fc5\u987b<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>access_token<\/td><td>\u662f<\/td><td>\u8c03\u7528\u63a5\u53e3\u51ed\u8bc1<\/td><\/tr><tr><td>openid<\/td><td>\u662f<\/td><td>\u666e\u901a\u7528\u6237\u6807\u8bc6\uff0c\u5bf9\u8be5\u516c\u4f17\u5e10\u53f7\u552f\u4e00<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u8fd4\u56de\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u6b63\u786e\u7684 Json \u8fd4\u56de\u7ed3\u679c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"errcode\": 0,\n  \"errmsg\": \"ok\"\n}\n<\/code><\/pre>\n\n\n\n<p>\u9519\u8bef\u7684 Json \u8fd4\u56de\u793a\u4f8b:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"errcode\": 40003,\n  \"errmsg\": \"invalid openid\"\n}\n<\/code><\/pre>\n\n\n\n<p><strong>\u83b7\u53d6\u7528\u6237\u4e2a\u4eba\u4fe1\u606f\uff08UnionID \u673a\u5236\uff09<\/strong><\/p>\n\n\n\n<p><strong>\u63a5\u53e3\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u6b64\u63a5\u53e3\u7528\u4e8e\u83b7\u53d6\u7528\u6237\u4e2a\u4eba\u4fe1\u606f\u3002\u5f00\u53d1\u8005\u53ef\u901a\u8fc7 OpenID \u6765\u83b7\u53d6\u7528\u6237\u57fa\u672c\u4fe1\u606f\u3002\u7279\u522b\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u5982\u679c\u5f00\u53d1\u8005\u62e5\u6709\u591a\u4e2a\u79fb\u52a8\u5e94\u7528\u3001\u7f51\u7ad9\u5e94\u7528\u548c\u516c\u4f17\u5e10\u53f7\uff0c\u53ef\u901a\u8fc7\u83b7\u53d6\u7528\u6237\u57fa\u672c\u4fe1\u606f\u4e2d\u7684 <span class=\"wpcom_tag_link\"><a href=\"https:\/\/www.yimenapp.com\/kb-yimen\/tag\/unionid\/\" title=\"unionid\" target=\"_blank\">unionid<\/a><\/span> \u6765\u533a\u5206\u7528\u6237\u7684\u552f\u4e00\u6027\uff0c\u56e0\u4e3a\u53ea\u8981\u662f\u540c\u4e00\u4e2a\u5fae\u4fe1\u5f00\u653e\u5e73\u53f0\u5e10\u53f7\u4e0b\u7684\u79fb\u52a8\u5e94\u7528\u3001\u7f51\u7ad9\u5e94\u7528\u548c\u516c\u4f17\u5e10\u53f7\uff0c\u7528\u6237\u7684 unionid \u662f\u552f\u4e00\u7684\u3002\u6362\u53e5\u8bdd\u8bf4\uff0c\u540c\u4e00\u7528\u6237\uff0c\u5bf9\u540c\u4e00\u4e2a\u5fae\u4fe1\u5f00\u653e\u5e73\u53f0\u4e0b\u7684\u4e0d\u540c\u5e94\u7528\uff0cunionid \u662f\u76f8\u540c\u7684\u3002\u8bf7\u6ce8\u610f\uff0c\u5728\u7528\u6237\u4fee\u6539\u5fae\u4fe1\u5934\u50cf\u540e\uff0c\u65e7\u7684\u5fae\u4fe1\u5934\u50cf URL \u5c06\u4f1a\u5931\u6548\uff0c\u56e0\u6b64\u5f00\u53d1\u8005\u5e94\u8be5\u81ea\u5df1\u5728\u83b7\u53d6\u7528\u6237\u4fe1\u606f\u540e\uff0c\u5c06\u5934\u50cf\u56fe\u7247\u4fdd\u5b58\u4e0b\u6765\uff0c\u907f\u514d\u5fae\u4fe1\u5934\u50cf URL \u5931\u6548\u540e\u7684\u5f02\u5e38\u60c5\u51b5\u3002<\/p>\n\n\n\n<p><strong>\u8bf7\u6c42\u8bf4\u660e<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GET https:\/\/api.weixin.qq.com\/sns\/userinfo?access_token=ACCESS_TOKEN&amp;openid=OPENID\n<\/code><\/pre>\n\n\n\n<p><strong>\u53c2\u6570\u8bf4\u660e<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u662f\u5426\u5fc5\u987b<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>access_token<\/td><td>\u662f<\/td><td>\u8c03\u7528\u51ed\u8bc1<\/td><\/tr><tr><td>openid<\/td><td>\u662f<\/td><td>\u666e\u901a\u7528\u6237\u7684\u6807\u8bc6\uff0c\u5bf9\u5f53\u524d\u5f00\u53d1\u8005\u5e10\u53f7\u552f\u4e00<\/td><\/tr><tr><td>lang<\/td><td>\u5426<\/td><td>\u56fd\u5bb6\u5730\u533a\u8bed\u8a00\u7248\u672c\uff0czh_CN \u7b80\u4f53\uff0czh_TW \u7e41\u4f53\uff0cen \u82f1\u8bed\uff0c\u9ed8\u8ba4\u4e3a en<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u8fd4\u56de\u8bf4\u660e<\/strong><\/p>\n\n\n\n<p>\u6b63\u786e\u7684 Json \u8fd4\u56de\u7ed3\u679c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"openid\": \"OPENID\",\n  \"nickname\": \"NICKNAME\",\n  \"sex\": 1,\n  \"province\": \"PROVINCE\",\n  \"city\": \"CITY\",\n  \"country\": \"COUNTRY\",\n  \"headimgurl\": \"https:\/\/thirdwx.qlogo.cn\/mmopen\/g3MonUZtNHkdmzicIlibx6iaFqAc56vxLSUfpb6n5WKSYVY0ChQKkiaJSgQ1dZuTOgvLLrhJbERQQ4eMsv84eavHiaiceqxibJxCfHe\/0\",\n  \"privilege\": &#91;\"PRIVILEGE1\", \"PRIVILEGE2\"],\n  \"unionid\": \" o6_bmasdasdsad6_2sgVt7hMZOPfL\"\n}\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u53c2\u6570<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>openid<\/td><td>\u666e\u901a\u7528\u6237\u7684\u6807\u8bc6\uff0c\u5bf9\u5f53\u524d\u5f00\u53d1\u8005\u5e10\u53f7\u552f\u4e00<\/td><\/tr><tr><td>nickname<\/td><td>\u666e\u901a\u7528\u6237\u6635\u79f0<\/td><\/tr><tr><td>sex<\/td><td>\u666e\u901a\u7528\u6237\u6027\u522b\uff0c1 \u4e3a\u7537\u6027\uff0c2 \u4e3a\u5973\u6027<\/td><\/tr><tr><td>province<\/td><td>\u666e\u901a\u7528\u6237\u4e2a\u4eba\u8d44\u6599\u586b\u5199\u7684\u7701\u4efd<\/td><\/tr><tr><td>city<\/td><td>\u666e\u901a\u7528\u6237\u4e2a\u4eba\u8d44\u6599\u586b\u5199\u7684\u57ce\u5e02<\/td><\/tr><tr><td>country<\/td><td>\u56fd\u5bb6\uff0c\u5982\u4e2d\u56fd\u4e3a CN<\/td><\/tr><tr><td>headimgurl<\/td><td>\u7528\u6237\u5934\u50cf\uff0c\u6700\u540e\u4e00\u4e2a\u6570\u503c\u4ee3\u8868\u6b63\u65b9\u5f62\u5934\u50cf\u5927\u5c0f\uff08\u6709 0\u300146\u300164\u300196\u3001132 \u6570\u503c\u53ef\u9009\uff0c0 \u4ee3\u8868 640*640 \u6b63\u65b9\u5f62\u5934\u50cf\uff09\uff0c\u7528\u6237\u6ca1\u6709\u5934\u50cf\u65f6\u8be5\u9879\u4e3a\u7a7a<\/td><\/tr><tr><td>privilege<\/td><td>\u7528\u6237\u7279\u6743\u4fe1\u606f\uff0cjson \u6570\u7ec4\uff0c\u5982\u5fae\u4fe1\u6c83\u5361\u7528\u6237\u4e3a\uff08chinaunicom\uff09<\/td><\/tr><tr><td>unionid<\/td><td>\u7528\u6237\u7edf\u4e00\u6807\u8bc6\u3002\u9488\u5bf9\u4e00\u4e2a\u5fae\u4fe1\u5f00\u653e\u5e73\u53f0\u5e10\u53f7\u4e0b\u7684\u5e94\u7528\uff0c\u540c\u4e00\u7528\u6237\u7684 unionid \u662f\u552f\u4e00\u7684\u3002<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u5efa\u8bae\uff1a<\/strong><\/p>\n\n\n\n<p>\u5f00\u53d1\u8005\u6700\u597d\u4fdd\u5b58 unionID \u4fe1\u606f\uff0c\u4ee5\u4fbf\u4ee5\u540e\u5728\u4e0d\u540c\u5e94\u7528\u4e4b\u95f4\u8fdb\u884c\u7528\u6237\u4fe1\u606f\u4e92\u901a\u3002<\/p>\n\n\n\n<p><strong>\u9519\u8bef\u7684 Json \u8fd4\u56de\u793a\u4f8b:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"errcode\": 40003,\n  \"errmsg\": \"invalid openid\"\n}\n<\/code><\/pre>\n\n\n\n<p><strong>\u8c03\u7528\u9891\u7387\u9650\u5236<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u63a5\u53e3\u540d<\/th><th>\u9891\u7387\u9650\u5236<\/th><\/tr><\/thead><tbody><tr><td>\u901a\u8fc7 code \u6362\u53d6 access_token<\/td><td>5 \u4e07\/\u5206\u949f<\/td><\/tr><tr><td>\u83b7\u53d6\u7528\u6237\u57fa\u672c\u4fe1\u606f<\/td><td>5 \u4e07\/\u5206\u949f<\/td><\/tr><tr><td>\u5237\u65b0 access_token<\/td><td>10 \u4e07\/\u5206\u949f<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u5fae\u4fe1\u767b\u5f55\u529f\u80fd\u00a0\/\u6388\u6743\u540e\u63a5\u53e3\u8c03\u7528\uff08UnionID\uff09<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[45],"tags":[6251,505,6250,435,367,6252,377],"special":[73],"attr":[],"class_list":["post-13416","post","type-post","status-publish","format-standard","hentry","category-kaifangpingtai","tag-access_token","tag-apphuanqiweixin","tag-app","tag-code","tag-unionid","tag-6252","tag-weixindenglu","special-weixinopen","entry"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/posts\/13416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/comments?post=13416"}],"version-history":[{"count":1,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/posts\/13416\/revisions"}],"predecessor-version":[{"id":13417,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/posts\/13416\/revisions\/13417"}],"wp:attachment":[{"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/media?parent=13416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/categories?post=13416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/tags?post=13416"},{"taxonomy":"special","embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/special?post=13416"},{"taxonomy":"attr","embeddable":true,"href":"https:\/\/www.yimenapp.com\/kb-yimen\/wp-json\/wp\/v2\/attr?post=13416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}