GET user/v-code?phoneNum={phoneNum}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
phoneNum | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RtBaseName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<RtBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>1</code> <msg>sample string 2</msg> </RtBase>