Woocommerce Rest API状态问题

时间:2018-10-10 11:09:25

标签: wordpress ionic-framework woocommerce woocommerce-rest-api

我正在使用woocommerce rest api来获取woocommerce的状态列表,但是它返回如下错误:oauth_consumer_key parameter is missing

使用V3获取状态,这是端点:myurl/wc-api/v3/orders/statuses

类型:OAuth 1.0

参数:

消费者密钥:xxxxxxxxxxxxx 消费者秘密:xxxxxxxxxxxx 签名方法:HMAC-SHA1

postman中,它会返回以下响应,这很好。

{
    "order_statuses": {
        "pending": "Pending payment",
        "processing": "Processing",
        "delievery-boy": "Delievery Boy Assign",
        "on-hold": "Shipped",
        "completed": "Completed",
        "cancelled": "Cancelled",
        "refunded": "Refunded",
        "failed": "Failed"
    }
}

但是尝试将该API应用于ionic应用程序会返回错误oauth_consumer_key parameter is missing的错误,请尝试多种方法,但没有成功。

0 个答案:

没有答案