|
@@ -1273,7 +1273,8 @@ public class RyTask
|
|
|
chatRequest.setSessionId(sessionId);
|
|
|
chatRequest.setHistoryDia(historyDates);
|
|
|
Map<String, Object> extra = new HashMap<>();
|
|
|
- extra.put("ip_address", IpUtils.getIpAddr());
|
|
|
+// extra.put("ip_address", IpUtils.getIpAddr());
|
|
|
+ extra.put("ip_address", null);
|
|
|
chatRequest.setExtra(extra);
|
|
|
chatRequest.setStrengthen(true);
|
|
|
return JSON.toJSONString(chatRequest);
|