GET api/Account/GetImgCode?tel={tel}&clientCode={clientCode}
获取图片验证码的值 忘记密码第一步
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tel | string |
Required |
|
| clientCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}