GET api/TMSApp/AuthUser/GetPwdByMobile?moblie={moblie}&account={account}
根据手机号,获取验证码
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
moblie |
电话号码 |
string |
Required |
account |
对应的账户登录名 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据手机号,获取验证码
MsgBaseApiPageOfStringName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": "sample string 3" }