|
|
|
@ -17,8 +17,10 @@ public class ComponentSender {
|
|
|
|
|
private static final String CLOUD_REUSE_URL = "https://cloud.fanruan.com/api/monitor/record_of_reusePlugin/single"; |
|
|
|
|
|
|
|
|
|
public static boolean send() { |
|
|
|
|
String content = ComponentCollector.getInstance().generateTotalInfo(); |
|
|
|
|
return sendInfo(CLOUD_REUSE_URL, content); |
|
|
|
|
/// frm可能不用了,先关掉信息收集,后面处理
|
|
|
|
|
//String content = ComponentCollector.getInstance().generateTotalInfo();
|
|
|
|
|
//return sendInfo(CLOUD_REUSE_URL, content);
|
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static boolean sendInfo(String url, String content) { |
|
|
|
|