app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -69,8 +69,6 @@ */ public static class UniCallBackBaseBean implements Serializable { private String path;//打开小程序路径(暂时用不上) private String code;//状态码 private String mes;//信息描述 private String type;//功能类型 @@ -118,14 +116,6 @@ public void setType(String type) { this.type = type; } public String getPath() { return path == null ? "" : path; } public void setPath(String path) { this.path = path; }