模型管理v2:异步映射配置新增请求方法下拉与请求体映射,回调文案改异步

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-20 16:42:12 +08:00
co-authored by Claude
parent 03697b9747
commit 9f94f4a9ab
2 changed files with 35 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@ export interface AsyncTaskMapping {
url: string;
httpMethod: string;
requestHeadMapping: Record<string, unknown>;
requestBodyMapping?: Record<string, unknown>;
responseMapping: Record<string, unknown>;
taskId: string;
taskStatus: string;