From 2ed39b33a7f3dd6a7bd2e66b7ee5de78e00861f1 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 26 八月 2025 11:08:11 +0800
Subject: [PATCH] 1.OA正式库切换

---
 service/QC/OaApi.cs |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/service/QC/OaApi.cs b/service/QC/OaApi.cs
index 98bba9c..259a45b 100644
--- a/service/QC/OaApi.cs
+++ b/service/QC/OaApi.cs
@@ -23,9 +23,13 @@
 public class OaApiService : Repository<dynamic>
 {
     private readonly HttpClient _httpClient;
-    private const string AppId = "303233EF-AC39-40C1-8364-AC989C6258A5";
-    private const string BaseUrl = "http://192.168.1.149:8099/api/ec/dev/auth/";
-    private const string WorkflowUrl = "http://192.168.1.149:8099/api/workflow/paService/doCreateRequest";
+    //private const string AppId = "303233EF-AC39-40C1-8364-AC989C6258A5";
+    //private const string BaseUrl = "http://192.168.1.149:8099/api/ec/dev/auth/";
+    //private const string WorkflowUrl = "http://192.168.1.149:8099/api/workflow/paService/doCreateRequest";
+
+    private const string AppId = "AB7F0461-89C3-4EAD-B5B5-B7D540617921";
+    private const string BaseUrl = "http://192.168.1.20:80/api/ec/dev/auth/";
+    private const string WorkflowUrl = "http://192.168.1.20:80/api/workflow/paService/doCreateRequest";
 
     public OaApiService()
     {
@@ -160,7 +164,7 @@
         {
             {"mainData", BuildMainData(queryObj)},
             {"requestName", $"IQC寮傚父澶勭疆鍗曟祦绋�-{DateTime.Now:yyyyMMddHHmmss}"},
-            {"workflowId", "379"},
+            {"workflowId", "600"},//娴嬭瘯锛�379 姝e紡锛�600
             //{"otherParams", BuildOtherParams()},
             {"detailData", BuildDetailData(queryObj)}
         };
@@ -419,7 +423,7 @@
         {
             new JObject
             {
-                ["tableDBName"] = "formtable_main_33_dt1",
+                ["tableDBName"] = "formtable_main_321_dt1",//娴嬭瘯锛歠ormtable_main_33_dt1
                 ["workflowRequestTableRecords"] = tableRecords
             }
         };

--
Gitblit v1.9.3