public class FeiShuRequestBody extends BaseWebhookRequestBody
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FeiShuRequestBody.BaseContentItemDTO |
static class |
FeiShuRequestBody.ContentItemDTO |
static class |
FeiShuRequestBody.ContentUserItemDTO |
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
sign |
protected String |
timestamp |
globalInfo, map, userIdList, userMobileList, webhookProductEnum| 构造器和说明 |
|---|
FeiShuRequestBody(cn.woodwhales.common.webhook.model.request.FeiShuRequestBody.ContentDTO content) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getUrlAndSignContent(ExecuteParam executeParam)
对内容签名并返回 url
|
static FeiShuRequestBody |
newInstance(String title) |
void |
preToJsonSting()
对象转json字符串之前的操作
|
addContent, addContent, addGlobalInfo, addSign, addUserIdList, addUserMobileList, getMap, getWebhookProductEnum, setWebhookProductEnum, toJsonStingpublic FeiShuRequestBody(cn.woodwhales.common.webhook.model.request.FeiShuRequestBody.ContentDTO content)
public static FeiShuRequestBody newInstance(String title)
public String getUrlAndSignContent(ExecuteParam executeParam)
BaseWebhookRequestBodygetUrlAndSignContent 在类中 BaseWebhookRequestBodyexecuteParam - 请求对象public void preToJsonSting()
BaseWebhookRequestBodypreToJsonSting 在类中 BaseWebhookRequestBodyCopyright © 2022. All rights reserved.