Server/20250804_fjy_addCorpBlackList
Server/master
@@ -286,7 +286,7 @@ public class RiskUserOperateService {
LOGGER.info("Calling getRoomBlacklist API, uuid: {}, limit: {}", uuid, 1000);
// 调用API
- Optional<String> response = httpPoolClientDefault.postJson(url, JSON.toJSONString(requestBody.toString()));
+ Optional<String> response = httpPoolClientDefault.postJson(url, JSON.toJSONString(requestBody));
if (response.isPresent()) {
String responseBody = response.get();