南骏 池
2025-04-28 b12cd69327c7c286fc0239deadd4fa421f3b95cc
1.携客云api接口调通
已修改2个文件
8 ■■■■ 文件已修改
service/QC/OaApi.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
util/XkyApiHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service/QC/OaApi.cs
@@ -27,6 +27,12 @@
    public async Task<dynamic> SubmitIQCToOA(dynamic queryObj)
    {
        //if (unity.userName.IsNullOrEmpty()) throw new Exception("用户名不允许为空");
        //if (unity.sectionCode.IsNullOrEmpty()) throw new Exception("库位编号不允许为空");
        //if (unity.barcode.IsNullOrEmpty()) throw new Exception("条码不允许为空");
        //if (unity.billNo.IsNullOrEmpty()) throw new Exception("申请单号不允许为空");
        try
        {
            // 解析请求参数
util/XkyApiHelper.cs
@@ -146,7 +146,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()