{"id":813,"date":"2019-06-14T15:33:28","date_gmt":"2019-06-14T07:33:28","guid":{"rendered":"https:\/\/wyxxt.org.cn\/?p=813"},"modified":"2023-12-04T17:03:39","modified_gmt":"2023-12-04T09:03:39","slug":"json-server%e5%bf%ab%e9%80%9f%e5%88%9b%e5%bb%ba%e6%8e%a5%e5%8f%a3","status":"publish","type":"post","link":"https:\/\/wyxxt.org.cn\/?p=813","title":{"rendered":"json-server\u5feb\u901f\u521b\u5efa\u63a5\u53e3"},"content":{"rendered":"<h3>\u76ee\u5f55\u7ed3\u6784<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/f3ed818cb4f7983e2ca497a409302c82.png\" alt=\"\" \/><\/p>\n<h3>\u547d\u4ee4\u5927\u5168<\/h3>\n<h4>\u67e5\u8be2<\/h4>\n<pre><code class=\"line-numbers\"><br \/>\/\/ \u83b7\u53d6\u6240\u6709\u7528\u6237\u4fe1\u606f\nhttp:\/\/localhost:3000\/users\n\n\/\/ \u83b7\u53d6id\u4e3a1\u7684\u7528\u6237\u4fe1\u606f\nhttp:\/\/localhost:3000\/users\/1\n\n\/\/ \u83b7\u53d6\u516c\u53f8\u7684\u6240\u6709\u4fe1\u606f\nhttp:\/\/localhost:3000\/companies\n\n\/\/ \u83b7\u53d6id\u4e3a1\u7684\u516c\u53f8\u4fe1\u606f\nhttp:\/\/localhost:3000\/companies\/1\n\n\/\/ \u83b7\u53d6\u6240\u6709\u516c\u53f8id\u4e3a3\u7684\u7528\u6237\nhttp:\/\/localhost:3000\/companies\/3\/users\n\n\/\/ \u6839\u636e\u516c\u53f8\u540d\u5b57\u83b7\u53d6\u4fe1\u606f\nhttp:\/\/localhost:3000\/companies?name=Apple\n\n\/\/ \u6839\u636e\u591a\u4e2a\u540d\u5b57\u83b7\u53d6\u516c\u53f8\u4fe1\u606f\nhttp:\/\/localhost:3000\/companies?name=Apple&name=Microsoft\n\n\/\/ \u83b7\u53d6\u4e00\u9875\u4e2d\u53ea\u6709\u4e24\u6761\u6570\u636e\nhttp:\/\/localhost:3000\/companies?page=1&_limit=2\n\n\/\/ \u5347\u5e8f\u6392\u5e8f asc\u5347\u5e8f desc\u964d\u5e8f\nhttp:\/\/localhost:3000\/companies?_sort=name&_order=asc\n\n\/\/ \u83b7\u53d6\u5e74\u9f8430\u53ca\u4ee5\u4e0a\u7684\nhttp:\/\/localhost:3000\/users?age_gte=30\n\n\/\/ \u83b7\u53d6\u5e74\u9f84\u572830\u523040\u4e4b\u95f4\nhttp:\/\/localhost:3000\/users?age_gte=30&age_lte=40\n\n\/\/ \u641c\u7d22\u7528\u6237\u4fe1\u606f\nhttp:\/\/localhost:3000\/users?q=e\n\n<\/code><\/pre>\n<h4>\u5199<\/h4>\n<pre><code class=\"line-numbers\">\/\/\u65b0\u5efa\u7528\u6237\u4fe1\u606f \nPSOT http:\/\/localhost:3000\/users\n\/\/\u7f16\u8f91\u7528\u6237\u4fe1\u606f\nPATCH http:\/\/localhost:3000\/users\/1\nPUT http:\/\/localhost:3000\/users\/1\n\/\/\u5220\u9664\u7528\u6237\u4fe1\u606f\nDELETE http:\/\/localhost:3000\/users\/1\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u76ee\u5f55\u7ed3\u6784 \u547d\u4ee4\u5927\u5168 \u67e5\u8be2 \/\/ \u83b7\u53d6\u6240\u6709\u7528\u6237\u4fe1\u606f http:\/\/localhost:3000\/users \/\/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[407],"class_list":["post-813","post","type-post","status-publish","format-standard","hentry","category-15","tag-407"],"_links":{"self":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=813"}],"version-history":[{"count":2,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/813\/revisions"}],"predecessor-version":[{"id":815,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/813\/revisions\/815"}],"wp:attachment":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}