0

我创建了一个应用程序,它使用 WooCommerce Rest API 显示一些产品。

我应用了一些过滤器,一切看起来都很好,直到我尝试为该类别应用过滤器

http://foo/wc-api/v3/products?filter[limit]=15&filter[category]=some-category&oauth_consumer_key=ck_xx&oauth_nonce=xx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=xx&oauth_version=1.0&filter%5Blimit%5D=15&filter%5Bcategory%5D=antioxidants&oauth_signature=xx%3D

现在我收到消息

DENIED - The requested resource requires user authentication. (XHR): GET ...

任何想法为什么会这样?

4

1 回答 1

0

找到了答案(至少它对我有用)

您需要filter[category]在查询字符串中创建第一个参数。

我也会让大伙知道的。

于 2016-05-17T12:41:30.117 回答