判断手机号是否已经注册过
/sso/users/phone/exist
POST
{
"mobile":"13544285663"
}
{
"status":"true"
}
HTTP/1.1 200 OK
curl -X POST "http://127.0.0.1:8065/sso/users/phone/exist" -i -d '{"mobile":"13544285663"}'
HTTP/1.1 200 OK
Content-Length: 17
Content-Type: application/json
Date: Thu, 07 Dec 2017 03:34:12 GMT
Keep-Alive: timeout=38
X-Request-Id: ka16q5isi7rs98yqytsjzk3ype
X-Version-Id: 4.0.0.dev.0d1bdaabb8272d8016bd57816dad483f
{
"status":"true"
}