From 63b8880e08f489986edc9e24b09462ac916d7f72 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 18 九月 2025 09:22:12 +0800
Subject: [PATCH] 受托退料:前端界面规范,列表与明细转为存储过程,添加组织隔离、拆分、库位列表、已扫待扫、完结功能

---
 util/XkyApiHelper.cs |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/util/XkyApiHelper.cs b/util/XkyApiHelper.cs
index 1cfa324..0a3159b 100644
--- a/util/XkyApiHelper.cs
+++ b/util/XkyApiHelper.cs
@@ -16,10 +16,17 @@
             //this.operateCompanyCode = "鍙橀噺_operateCompanyCode";
             //this.ownerCompanyCode = "鍙橀噺_ownerCompanyCode";
             //this.appSecret = "鍙橀噺_appSecret";
-            this.appKey = "5f0f8dadc4edc70197a73f7ef506aa9b";
-            this.operateCompanyCode = "85621331";
-            this.ownerCompanyCode = "85621331";
-            this.appSecret = "fa7c117c02fd4967849a612963c034ca";
+            //娴嬭瘯
+            //this.appKey = "5f0f8dadc4edc70197a73f7ef506aa9b";
+            //this.operateCompanyCode = "85621331";
+            //this.ownerCompanyCode = "85621331";
+            //this.appSecret = "fa7c117c02fd4967849a612963c034ca";
+            //this.version = "1.0";
+            //姝e紡
+            this.appKey = "edfa5f089979c94f2db47ab0b2cdc35d";
+            this.operateCompanyCode = "25832037";
+            this.ownerCompanyCode = "25832037";
+            this.appSecret = "4e46a1b61c5a8ce2fb2a519120f59520";
             this.version = "1.0";
         }
 
@@ -146,7 +153,7 @@
         public string operateCompanyCode { get; set; }//鎿嶄綔鑰呮墍灞炲叕鍙哥紪鐮�
         public string sign { get; set; }//绛惧悕
         public long timestamps { get; set; }//璇锋眰鐨勬椂闂存埑
-        public object reserver { get; set; }//鎵╁睍瀛楁
+        //public object reserver { get; set; }//鎵╁睍瀛楁
 
         /// 鏋勯�犲璞�
         public static ApiCommonParam NewApiCommon()

--
Gitblit v1.9.3