Authored by qinchao

完善

... ... @@ -141,7 +141,7 @@ public class MaliciousIpServiceImpl implements MaliciousIpService {
JSONObject methodDetail = json.getJSONObject("methodDetail");
if (methodDetail != null && !methodDetail.isEmpty()) {
for (Map.Entry<String, Object> entry : methodDetail.entrySet()) {
smsStr += entry.getKey() + ":" + entry.getValue() + ",";
smsStr += entry.getKey() + ":" + entry.getValue() + ",";
}
smsStr = smsStr.substring(0, smsStr.length() - 1);
}
... ...