public class TotpVerifyRequest extends AfterLoginRequest
| 构造器和说明 |
|---|
TotpVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getMethod()
Http 调用方式
|
String |
getPath()
获取请求调用 Path
|
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
String |
getTotp() |
void |
setTotp(String totp) |
getPathVariables, getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic String getTotp()
public void setTotp(String totp)
Copyright © 2021. All rights reserved.