Commit 617814b1 authored by gaozhaochen's avatar gaozhaochen

update: 字段参数名更新

parent e05ccb15
...@@ -165,7 +165,7 @@ public class HpGpIntelligentQAController { ...@@ -165,7 +165,7 @@ public class HpGpIntelligentQAController {
} }
JSONObject bodyJson = JSON.parseObject(body); JSONObject bodyJson = JSON.parseObject(body);
String chat = bodyJson.getString("chat"); String chat = bodyJson.getString("Chat");
JSONArray departmentArray = bodyJson.getJSONArray("Department"); JSONArray departmentArray = bodyJson.getJSONArray("Department");
if (StrUtil.isBlank(chat)) { if (StrUtil.isBlank(chat)) {
return new R(); return new R();
......
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