From bfa52edd6a430978873367426da7b379730da411 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期二, 28 四月 2026 08:51:43 +0800
Subject: [PATCH] PLS接口优化
---
项目代码/WMS/WMSServices/WIDESEA_Common/APIEnum/APIEnum.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/APIEnum/APIEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/APIEnum/APIEnum.cs"
index 5083169..7f86f08 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/APIEnum/APIEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Common/APIEnum/APIEnum.cs"
@@ -77,6 +77,14 @@
/// PLS鎺ュ彛璋冪敤
/// </summary>
[Description("PLS鎺ュ彛璋冪敤")]
- InvokePLSApi
+ InvokePLSApi,
+
+ /// <summary>
+ /// MLS鑾峰彇token鎺ュ彛璋冪敤
+ /// </summary>
+ [Description("MLS鑾峰彇token鎺ュ彛璋冪敤")]
+ InvokeMLSTokenApi
+
+
}
}
--
Gitblit v1.9.3