POST api/Account/CheckExitsAccount
检测手机号是否已注册
Request Information
URI Parameters
None.
Body Parameters
SmsCodeModelName | Description | Type | Additional information |
---|---|---|---|
Phone |
手机号 |
string |
None. |
Type |
短信发知类型1:为登录验证码;2:注册验证码;9:其它 |
integer |
None. |
Capture |
验证码 |
string |
None. |
smscode |
短信验证码 |
string |
None. |
Content | string |
None. |
|
Action | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Phone": "sample string 1", "Type": 2, "Capture": "sample string 3", "smscode": "sample string 4", "Content": "sample string 5", "Action": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
检测手机号是否已注册
ApiResultName | Description | Type | Additional information |
---|---|---|---|
status | integer |
None. |
|
tip | string |
None. |
|
obj | Object |
None. |
|
data | Object |
None. |
|
id | integer |
None. |
|
locate | string |
None. |
|
PayMoney | decimal number |
None. |
|
sessionId | string |
None. |
|
token | string |
None. |
|
body | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "tip": "sample string 2", "obj": {}, "data": {}, "id": 5, "locate": "sample string 6", "PayMoney": 7.0, "sessionId": "sample string 8", "token": "sample string 9", "body": {} }