服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 cf47e995529dab29f1fa28fe58cf793011ebe008
Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024
已修改3个文件
10 ■■■■■ 文件已修改
Tiger.Api/appsettings.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/ERP/U9C_WMS.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Api/appsettings.json
@@ -64,5 +64,5 @@
    "WillMsgDelay": 5,
    "WillMsgExpiry": 300
  },
  "RunInterface": false
  "RunInterface": true
}
Tiger.Business.WMS/ERP/U9C_WMS.cs
@@ -239,7 +239,7 @@
        }
        /// <summary>
        /// 同步收货单Asn信息
        /// 同步收货单信息
        /// </summary>
        /// <param name="input"></param>
        /// <returns></returns>
@@ -349,7 +349,7 @@
        /// <summary>
        /// 同步退货单Asn信息
        /// 同步退货单信息
        /// </summary>
        /// <param name="input"></param>
        /// <returns></returns>
@@ -455,7 +455,5 @@
            }
            return action;
        }
    }
}
Tiger.Business.WMS/Task/ERP/Jobs.U9C_WMS_GetReturn.cs
@@ -37,7 +37,7 @@
            {
                string msg = "";
                string status = "Successed";
                GetJob(typeof(U9C_WMS_GetAsnDocInfo).Name);
                GetJob(typeof(U9C_WMS_GetReturn).Name);
                TskJobInput tskJobInput = CheckHowToDo();
                if (tskJobInput.result)
                {