我正在为 woocommerce 商店开发 Ionic 2 项目。我在我的应用程序中使用Woocommerce REST API并使用Postman Chrome App使用 OAuth-1.0 测试 API 。我通过 GET 请求得到了正确的响应,但对于 POST 请求,我收到了签名不匹配的错误,如:
{
"code": "woocommerce_rest_authentication_error",
"message": "Invalid Signature - provided signature does not match.",
"data": {
"status": 401
}
}