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
}
}
そしていつか:
および create の場合:
{
"code": "woocommerce_rest_cannot_create",
"message": "Sorry, you are not allowed to create resources.",
"data": {
"status": 401
}
}
私は何をすべきか ?
私はすでにキーを追加します:
または、スクリプトのいずれかを更新する必要がありますか?
誰かが私の問題を解決するのを手伝ってくれることを願っています