mirror of https://github.com/certd/certd
chore:
parent
4b3f4a868a
commit
06991ddb17
|
@ -7,7 +7,7 @@ import { BaseNotification, IsNotification, NotificationBody, NotificationInput }
|
|||
needPlus: true,
|
||||
})
|
||||
// https://open.dingtalk.com/document/orgapp/the-creation-and-installation-of-the-application-robot-in-the?spm=ding_open_doc.document.0.0.242d1563cDgZz3
|
||||
export class DingTalkNotification extends BaseNotification {
|
||||
export class FeishuNotification extends BaseNotification {
|
||||
@NotificationInput({
|
||||
title: 'webhook地址',
|
||||
component: {
|
||||
|
|
|
@ -1 +1 @@
|
|||
import * from './plugin-refresh-cert.js'
|
||||
export * from './plugin-refresh-cert.js'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { VolcengineOpts } from "./dns-client.js";
|
||||
import { VolcengineOpts } from "./ve-client.js";
|
||||
import { CertInfo } from "@certd/plugin-cert";
|
||||
|
||||
export class VolcengineCdnClient {
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
import { VolcengineAccess } from "./access.js";
|
||||
import { http, HttpClient, ILogger } from "@certd/basic";
|
||||
import {http} from "@certd/basic";
|
||||
import querystring from "querystring";
|
||||
import {VolcengineOpts} from "./ve-client.js";
|
||||
|
||||
export type VolcengineOpts = {
|
||||
access: VolcengineAccess
|
||||
logger: ILogger
|
||||
http: HttpClient
|
||||
}
|
||||
|
||||
export type VolcengineReq = {
|
||||
method?: string;
|
||||
|
|
Loading…
Reference in New Issue