Commit 2d43f251 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 95e95830
......@@ -4,6 +4,7 @@ package com.mortals.xhx.webflux.service.impl;
import cn.hutool.core.util.StrUtil;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.mortals.xhx.webflux.common.JsonUtils;
......@@ -140,7 +141,7 @@ public class BaseChatService extends AbstractFlowChatTemplate {
}
return bodyJson.toJSONString();
return bodyJson.toJSONString(SerializerFeature.WriteMapNullValue);
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment