From 94d0b18fa47a92a1cb4d1fef4520d35ef2c2c322 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 16 十二月 2025 21:56:49 +0800
Subject: [PATCH] 产能排产相关后端更新
---
WebApi/Gs.Toolbox/InterfaceUtil.cs | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/WebApi/Gs.Toolbox/InterfaceUtil.cs b/WebApi/Gs.Toolbox/InterfaceUtil.cs
index f82cd7d..1d5c889 100644
--- a/WebApi/Gs.Toolbox/InterfaceUtil.cs
+++ b/WebApi/Gs.Toolbox/InterfaceUtil.cs
@@ -76,7 +76,7 @@
if (_rtn != -1)
{
Result _result = JsonConvert.DeserializeObject<Result>(responseStr);
- if ("200".Equals(_result.state))
+ if ("200".Equals(_result.code))
_rtn = 1;
}
@@ -116,11 +116,10 @@
/// <summary>
/// 200鎴愬姛锛屽惁鍒欏け璐�
/// </summary>
- public string? state { get; set; }
+ public string? code { get; set; }
public string? msg { get; set; }
- public string? status { get; set; }
+ public string? count { get; set; }
- public string? message { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3