This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我需要修改请求 URI 以将其传递给 Blynk REST API。 我的代码是这样的。
char uri []="/external/api/update?token=OrG3QA71LFJNsIveloGBXqVOzo2WD_TE &V0=1";
uri [61]= 47 + pin_num;
Uri[63]='1';
RET = HttpClient_sendRequest (* HttpClientHandle、HTTP_METHOD、URI、NULL、0、0);
在哪里定义了"Uri"? 它位于堆栈上吗? 如果是、请确保没有溢出。
http 侧没有任何挂起的理由。 检查 HttpGet 示例中的代码(仍将 google.com 作为主机、将"Uri"定义为全局变量)时会出现预期错误404。