你好,我下载了社区里"https://www.tuyaos.com/viewtopic.php?p=8025#p8025"这篇文章中的示例代码,运行后发现提示"Failed to get HTTP response header:-12",也就是运行到
Code: Select all
// 获取HTTP响应头
http_error = http_get_response_hdr(session, &response);
if (http_error != WM_SUCCESS) {
TAL_PR_DEBUG("Failed to get HTTP response header err:%d", http_error);
http_close_session(&session);
return;
}
然后就退出了.并没有进入第三方api,这是什么情况?我发现HTTPPOST方法会有这个问题.HTTPGET能正常调用第三方api,