细流 发表于 2017-3-28 14:09:44

使用http requrest建立匿名用户求助

请问open api使用http requrest建立匿名用户都是返回bad,哪儿需要修改:
POST /app/users HTTP/1.1
Host: api.gizwits.com
X-Gizwits-Application-Id: f27a762e3d8d4ffb87b5a9e986320ff7
Content-Type: application/json


{
    "phone_id": "13812345678"
}

返回信息:
HTTP/1.1 400 Bad Request
Server: nginx/1.11.1
Date: Tue, 28 Mar 2017 06:04:14 GMT
Content-Type: text/html
Content-Length: 173
Connection: close

<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.11.1</center>
</body>
</html>


boboP 发表于 2017-3-29 09:57:04

这里返回信息并没有机智云的返回信息,你的请求没到达云端吧。你看看你请求是不是写的有问题

Tom 发表于 2017-3-29 16:15:34

请求头的语言没填,发送内容的lang字段没填

细流 发表于 2017-3-31 12:18:45

已经改好了。主要是https。原来用的是http。谢谢各位提醒。
页: [1]
查看完整版本: 使用http requrest建立匿名用户求助