gpt4 book ai didi

c++ - Delphi/C++Builder 10.2.3 RESTRequest POST

转载 作者:太空宇宙 更新时间:2023-11-03 17:25:33 24 4
gpt4 key购买 nike

有没有人使用过TRESTRequest 组件?我正在尝试在请求正文中POST 一个 JSON 字符串。

如果我不使用 TOAuth2Authenticator,它会返回一个 MISSING_CREDENTIALS 错误。当我尝试使用链接到 TRESTClientTOAuth2Authenticatoraccess_token 时,它给我这个错误:

image

我用 POSTMAN 做了同样的请求,它工作正常。而且,它也适用于 TIdHTTP。但不是 TRESTRequest

如果您有经验,请在我将其报告为错误之前告诉我。

最佳答案

经过一番尝试,答案应该如下。

String StrBody="{\"Key\": \"A123\",\"Total\": 100.00,\"Deductions\": 100.00}";

SubmitAuthenticator->AccessToken = StrAccessToken;

SubmitRESTClient->BaseURL = "https://testsite.com";

SubmitRESTRequest->Method = Rest::Types::rmPOST;
SubmitRESTRequest->Params->Items[0]->Value = StrBody;
SubmitRESTRequest->Execute();

image

关于c++ - Delphi/C++Builder 10.2.3 RESTRequest POST,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53641790/

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