GET api/member/ValidFindPwdLink?key={key}&expireMins={expireMins}
验证找回密码链接合法性
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| key | 
                         key值  | 
                    string | 
                                 Required  | 
                
| expireMins | 
                         过期时间  | 
                    integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
验证找回密码链接合法性
ReturnResultOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | string | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": "sample string 1",
  "code": 2,
  "message": "sample string 3"
}