From 0df64f37379ce5c04e380f1c411dc52b01ac6b51 Mon Sep 17 00:00:00 2001
From: HuBingJie <3146306518@qq.com>
Date: 星期六, 29 十一月 2025 13:24:32 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
index 8c15322..6a430a8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/ApiEndpoints.json"
@@ -3975,6 +3975,58 @@
"ReturnTypes": []
},
{
+ "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+ "Method": "AbnormalComplete",
+ "RelativePath": "api/Task/AbnormalComplete",
+ "HttpMethod": "POST",
+ "IsController": true,
+ "Order": 0,
+ "Parameters": [
+ {
+ "Name": "completeDTO",
+ "Type": "WIDESEAWCS_DTO.AbnormalCompleteDTO",
+ "IsRequired": true
+ }
+ ],
+ "ReturnTypes": [
+ {
+ "Type": "WIDESEAWCS_Core.WebResponseContent",
+ "MediaTypes": [
+ "text/plain",
+ "application/json",
+ "text/json"
+ ],
+ "StatusCode": 200
+ }
+ ]
+ },
+ {
+ "ContainingType": "WIDESEAWCS_WCSServer.Controllers.Task.TaskController",
+ "Method": "AbnormalComplete",
+ "RelativePath": "api/Task/AbnormalComplete",
+ "HttpMethod": "GET",
+ "IsController": true,
+ "Order": 0,
+ "Parameters": [
+ {
+ "Name": "completeDTO",
+ "Type": "WIDESEAWCS_DTO.AbnormalCompleteDTO",
+ "IsRequired": true
+ }
+ ],
+ "ReturnTypes": [
+ {
+ "Type": "WIDESEAWCS_Core.WebResponseContent",
+ "MediaTypes": [
+ "text/plain",
+ "application/json",
+ "text/json"
+ ],
+ "StatusCode": 200
+ }
+ ]
+ },
+ {
"ContainingType": "WIDESEAWCS_Core.BaseController.ApiBaseController\u00602[[WIDESEAWCS_ITaskInfoService.ITaskService, WIDESEAWCS_ITaskInfoService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[WIDESEAWCS_Model.Models.Dt_Task, WIDESEAWCS_Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"Method": "Add",
"RelativePath": "api/Task/Add",
--
Gitblit v1.9.3