我们在处理WooCommerce的REST API v2版本时收到以下错误。当我们从localhost重新获取http的数据时,它工作正常,但现在我们已将其上传到https服务器。
以下是我们收到的错误:
stdClass Object
(
[errors] => Array
(
[0] => stdClass Object
(
[code] => woocommerce_api_authentication_error
[message] => Invalid Timestamp
)
)
)
根据wordpress论坛,当服务器时间戳和API时间戳不同时,会出现这些错误。我们也尝试更改时间戳,但仍然没有运气。
答案 0 :(得分:0)
woocomerce API检查时间戳是否有效:
如果时间戳记距现在15分钟以内,则该时间戳记有效。
请检查|客户端时间-服务器时间| <15分钟。
检查服务器-客户端时区。