gpt4 book ai didi

ios - POST ios 中的 woocommerce_api_authentication_error

转载 作者:行者123 更新时间:2023-11-30 13:38:06 24 4
gpt4 key购买 nike

我正在将 AFOAuth1Client 用于 oauth 1.0。对于 GET 请求,它工作得很好,但对于 POST,每次我在 ios 中收到错误“oauth_consumer_key 参数丢失”时。这是我的代码:

let client = AFOAuth1OneLeggedClient(baseURL: NSURL(string: Constants.kBASEPATH), key: Constants.kOAUTH_CUSTOMER_KEY, secret: Constants.kOAUTH_CUSTOMER_SERCET)
client.parameterEncoding = AFJSONParameterEncoding
client.oauthAccessMethod = "POST"
client.signatureMethod = AFOAuthSignatureMethod.AFHMACSHA1SignatureMethod

client.postPath("orders", parameters: dictParameter, success: { (operation, responseObject) -> Void in
print("responseObject: \(responseObject)")
}) { (operation, error) -> Void in
print("error:\(error)")
}

最佳答案

您使用的基本网址是什么?是v2还是v3?对我来说,它在 v2 上工作正常,但在 v3 上给我一个“无效签名”错误

关于ios - POST ios 中的 woocommerce_api_authentication_error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35870835/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com