在那里我尝试使用customers
来自 woocommerce 的 api,当我尝试使用它时,我总是得到响应:url:http://example.com/wp-json/wc/v1/customers
{
"code": "woocommerce_rest_cannot_view",
"message": "Sorry, you cannot list resources.",
"data": {
"status": 401
}
}
{
"code": "woocommerce_rest_authentication_error",
"message": "Invalid Signature - provided signature does not match.",
"data": {
"status": 401
}
}
有时:
和创建:
{
"code": "woocommerce_rest_cannot_create",
"message": "Sorry, you are not allowed to create resources.",
"data": {
"status": 401
}
}
我应该怎么办 ?
我已经添加了密钥:
或者我需要更新其中一个脚本?
希望有人可以帮助我解决我的问题