public class AccessTokenReq
extends cn.net.wanmo.common.send.BaseReq
| 构造器和说明 |
|---|
AccessTokenReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AccessTokenReq |
build(String corpId,
String secret)
生成请求体
|
String |
getCorpId() |
String |
getSecret() |
void |
setCorpId(String corpId) |
void |
setSecret(String secret) |
String |
toBody() |
encryptBody, getBody, getEncryptParams, getFile, getHeaders, getParams, getReqTime, getUrlEncode, isDownload, isEncrypt, newReqFile, newReqFile, setBody, setDownload, setEncrypt, setEncryptParams, setFile, setHeaders, setParams, setReqTime, setUrlEncode, toStringpublic static AccessTokenReq build(String corpId, String secret)
corpId - 令牌secret - 令牌public String toBody()
toBody 在类中 cn.net.wanmo.common.send.BaseReqpublic String getCorpId()
public void setCorpId(String corpId)
public String getSecret()
public void setSecret(String secret)
Copyright © 2024. All rights reserved.