|
@@ -125,7 +125,7 @@ namespace DataSharing.Province.SendTask
|
|
DsSendTaskDetailInfo dsSendTaskInfo = new()
|
|
DsSendTaskDetailInfo dsSendTaskInfo = new()
|
|
{
|
|
{
|
|
TaskId = sendTask.Id,
|
|
TaskId = sendTask.Id,
|
|
- Result = System.Text.Json.JsonSerializer.Serialize(result),
|
|
|
|
|
|
+ Result = System.Text.RegularExpressions.Regex.Unescape(System.Text.Json.JsonSerializer.Serialize(result)),
|
|
ResultErrorData = error,
|
|
ResultErrorData = error,
|
|
ProcessingServices = _channelConfigurationManager.GetConfigurationProcessingServices()
|
|
ProcessingServices = _channelConfigurationManager.GetConfigurationProcessingServices()
|
|
};
|
|
};
|