fix: sensitive check

This commit is contained in:
archer
2023-06-12 18:29:22 +08:00
parent 71dd7f3e6c
commit 36a0ea7e43
6 changed files with 38 additions and 40 deletions

View File

@@ -1,5 +0,0 @@
import { POST } from './request';
import type { TextPluginRequestParams } from '@/types/plugin';
export const sensitiveCheck = (data: TextPluginRequestParams) =>
POST('/openapi/text/sensitiveCheck', data);