1
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BLL
|
||||
};
|
||||
var pushContent = JsonConvert.SerializeObject(upCheckReport.ToList());
|
||||
|
||||
ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}");
|
||||
//ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}");
|
||||
var strJosn = APIGetHttpService.Http(baseurl, "Post", contenttype, newToken, pushContent);
|
||||
if (!string.IsNullOrEmpty(strJosn))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user