【发布时间】:2019-01-26 22:36:46
【问题描述】:
我安装了 Magento2。管理网站很容易访问: http://devstore.panstore.eu/magento2/web/adminedit/admin
如果我尝试: http://devstore.panstore.eu/magento2/web/rest/products
我得到: 无法处理指定的请求。
如果我尝试:
http://devstore.panstore.eu/magento2/web/rest/oauth_authorize?auth_consumer_key=consumer_key&oauth_consumer_secret=consumer_secret
我得到相同的响应:无法处理指定的请求。
我认为我的基本 URL 是错误的。
在我的示例中,基本 URL 是什么? 如何授权才能调用产品列表服务。
不幸的是,Magento 文档对于快速启动完全没用。 没有任何功能性的邮递员集合,没有简单的分步指南可以跳入。我在 NET 上没有找到解决方案。
【问题讨论】:
标签: magento2