mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
受众调整提交
This commit is contained in:
@@ -58,8 +58,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
||||
try {
|
||||
|
||||
json = mapper.writeValueAsString(params);
|
||||
|
||||
String responseStr = okHttpUtil.doPostJson(url, json, headers);
|
||||
String responseStr = okHttpUtil.doPostJson(url, json, headers);
|
||||
JsonNode rootNode= mapper.readTree(responseStr);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user