mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-10 00:31:10 +08:00
【修复】申请配置证书CA列表,授权api新增新增btdomain
This commit is contained in:
@@ -4,6 +4,8 @@ import type { ApiResponse } from "../types/api";
|
||||
import type {
|
||||
DomainQueryCheckRequest,
|
||||
DomainQueryCheckResponseData,
|
||||
AiDomainQueryCheckRequest,
|
||||
AiDomainQueryCheckResponseData
|
||||
} from "../types/api-types/domain-query-check";
|
||||
import type {
|
||||
ContactGetUserDetailRequest,
|
||||
@@ -56,6 +58,17 @@ export function domainQueryCheck(
|
||||
headers
|
||||
);
|
||||
}
|
||||
// AI -域名查询
|
||||
export function aiDomainQueryCheck(
|
||||
data: AiDomainQueryCheckRequest,
|
||||
headers?: Record<string, string>,
|
||||
): Promise<ApiResponse<AiDomainQueryCheckResponseData>> {
|
||||
return api.post<AiDomainQueryCheckResponseData>(
|
||||
"/v1/domain/recommend/recommend_domains",
|
||||
data,
|
||||
headers,
|
||||
);
|
||||
}
|
||||
|
||||
// 获取实名信息模板列表
|
||||
export function getContactUserDetail(
|
||||
|
||||
Reference in New Issue
Block a user