gpt4 book ai didi

php - 如何从wordpress网站获取json响应

转载 作者:可可西里 更新时间:2023-10-31 23:36:56 24 4
gpt4 key购买 nike

我正在开发一个安卓应用。我对 wordpress 数据库一无所知,也不知道如何从网站获取数据。我在谷歌上搜索了如何从 wordpress 数据库中获取数据,我知道我可以从 wordpress 的 JSON API 插件获取 json 响应。但我很难理解。

我正在为 wordpress 使用食品面包店主题。

我只想知道如何从该网站获得所需的 json 响应。以及该网站中产品数据在数据库中的位置。

例如:产品、类别等

我期望的 react 是这样的

{"Category":[{"ProductSubGroupCategoryCode":"PSG03","ProductGroupCategoryCode":"PG01","Description":"WRAPS"
,"CHello SirreatedBy":"101","CreatedDate":"\/Date(1486116932060)\/","ModifiedBy":null,"ModifiedDate":null}]},
{"SubCategory":[{"ProductID":"01","Description":"VEG BURGER","ReferanceID":"VEG BURGER","UOM":"EA","AlterUOM":"EA",
"ProductGroupCategoryCode":"PG01","ProductSubGroupCategoryCode":"PSG01","TaxCategoryCode":"","TaxCode":"VAT5","BuyPrice":100,
"AttributeCode":"PA01","BasicPrice":190.48,"TaxRate":5.00,"SalesPrice":200.00,"ProductImage":null,"CurrentStock":10,
"PlantCode":"PC01","StoreLocationCode":"S01","DisplayOnPOS":true,"POSDisplayOrder":0,"CreatedBy":"101",
"CreatedDate":"\/Date(1486446663333)\/","ModifiedBy":"101","ModifiedDate":"\/Date(1486447253063)\/"}

编辑:我尝试使用我已经达到的 WP REST API,当我使用此链接时,它给了我 ID 1 http://localhost/mysite/wp-json/wp/v2/posts/1 的响应。当我尝试使用其他帖子 ID 时,它给我空白的回复。

仅供引用,我从 wordpress 数据库的 wordpress_posts 表中获得了该帖子的帖子 ID

最佳答案

if you want to get post:

https://example.com/wp-json/wp/v2/posts

if you want to get a particular post

https://example.com/wp-json/wp/v2/posts/1852

 whereas 1852 is the id of the post

关于php - 如何从wordpress网站获取json响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44069158/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com