public class CheckRequest extends AbstractModel
Constructor and Description |
---|
CheckRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAuthType()
Get 验证类型
|
String |
getClientIP()
Get IP
|
String |
getClientUA()
Get 浏览器UA
|
String |
getCode()
Get 验证码
|
String |
getInterface()
Get 接口名
|
Long |
getOwnerUin()
Get 主账号
|
String |
getSkey()
Get 登录态Skey
|
void |
setAuthType(Long AuthType)
Set 验证类型
|
void |
setClientIP(String ClientIP)
Set IP
|
void |
setClientUA(String ClientUA)
Set 浏览器UA
|
void |
setCode(String Code)
Set 验证码
|
void |
setInterface(String Interface)
Set 接口名
|
void |
setOwnerUin(Long OwnerUin)
Set 主账号
|
void |
setSkey(String Skey)
Set 登录态Skey
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSkey()
public void setSkey(String Skey)
Skey
- 登录态Skeypublic String getClientIP()
public void setClientIP(String ClientIP)
ClientIP
- IPpublic String getClientUA()
public void setClientUA(String ClientUA)
ClientUA
- 浏览器UApublic String getInterface()
public void setInterface(String Interface)
Interface
- 接口名public Long getAuthType()
public void setAuthType(Long AuthType)
AuthType
- 验证类型public String getCode()
public void setCode(String Code)
Code
- 验证码public Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- 主账号Copyright © 2020. All rights reserved.