cocos2dx http通信问题

Q: response code: 400  

     "message":"Required String parameter 'params' is not present"

A:删除headers即可。 

headers 指 vector<string>headers;
          headers.push_back("Content-Type: application/json; charset=utf-8");
        request->setHeaders(headers);

猜你喜欢

转载自blog.csdn.net/ChangeNew/article/details/80776295
今日推荐