类的使用
cn.woodwhales.common.webhook.model.param.ExecuteParam
-
使用ExecuteParam的程序包 程序包 说明 cn.woodwhales.common.webhook.executor cn.woodwhales.common.webhook.model.param cn.woodwhales.common.webhook.model.request -
-
cn.woodwhales.common.webhook.executor中ExecuteParam的使用
参数类型为ExecuteParam的cn.woodwhales.common.webhook.executor中的方法 修饰符和类型 方法 说明 protected voidBaseWebhookExecutor. afterHandler(ExecuteParam executeParam, ExecuteResponse<Response> executeResponse)请求之后的处理方法protected voidBaseWebhookExecutor. beforeHandler(ExecuteParam executeParam)请求之前的处理方法protected voidBaseWebhookExecutor. execute(ExecuteParam executeParam)执行发送消息 -
cn.woodwhales.common.webhook.model.param中ExecuteParam的使用
返回ExecuteParam的cn.woodwhales.common.webhook.model.param中的方法 修饰符和类型 方法 说明 static ExecuteParamExecuteParam. newInstance(String url, String secret, BaseWebhookRequestBody requestBody) -
cn.woodwhales.common.webhook.model.request中ExecuteParam的使用
参数类型为ExecuteParam的cn.woodwhales.common.webhook.model.request中的方法 修饰符和类型 方法 说明 abstract StringBaseWebhookRequestBody. getUrlAndSignContent(ExecuteParam executeParam)对内容签名并返回 urlStringDingTalkRequestBody. getUrlAndSignContent(ExecuteParam executeParam)StringFeiShuRequestBody. getUrlAndSignContent(ExecuteParam executeParam)StringWeComRequestBody. getUrlAndSignContent(ExecuteParam executeParam)
-