1
王 垚
2022-12-19 fba2f2fc9d7b29e44ffafd535871880b8e467a91
1
1个文件已修改
7 ■■■■■ 已修改文件
zymes/OperationService/zymes_RealessMaterial.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zymes/OperationService/zymes_RealessMaterial.cs
@@ -273,6 +273,13 @@
                if (!contentPost.Contains("成功"))
                {
                    LogService.Write("物料同步异常,POST方式获取结果," + billObj["Id"] + "," + contentPost);
                    LogService.Write("物料同步异常,ContentType," + responsePost.ContentType);
                    LogService.Write("物料同步异常,ContentEncoding," + responsePost.ContentEncoding);
                    LogService.Write("物料同步异常,Content," + responsePost.Content);
                    LogService.Write("物料同步异常,StatusDescription," + responsePost.StatusDescription);
                    LogService.Write("物料同步异常,Server," + responsePost.Server);
                    LogService.Write("物料同步异常,ErrorMessage," + responsePost.ErrorMessage);
                    LogService.Write("物料同步异常,POST," + "Gy_Material/SaveGy_MaterialListApi");
                    LogService.Write("物料同步异常,JsonConvert.SerializeObject(_jsonRoot)," + JsonConvert.SerializeObject(_jsonRoot));
                }