|
请问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>
|
|