wjc
12 小时以前 cf761dbce02ea1da7682265853354ca74dc2c31f
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -65,7 +65,7 @@
    public final static String UNI_EVENT_REPLY_DEVICE_OPEN_DEVICE_info = "device_info";//获取设备(云端)详情
    public final static String UNI_EVENT_REPLY_DEVICE_OPEN_gateway_info = "gateway_info";//获取逆变器(物理)详情
    public final static String UNI_EVENT_REPLY_DEVICE_del_oid = "del_undermount_device";//删除BMS/电池包
    public final static String UNI_EVENT_REPLY_DEVICE_clear_data = "device_clear_data";//设备清空运行数据
    /*********OTA模块*********/
@@ -100,6 +100,7 @@
    public final static String UNI_EVENT_REPLY_OTHER_PASSWORD_VERIFIY = "password_verifiy";//link进行密码验证
    public final static String UNI_EVENT_REPLY_OTHER_GET_LOCAL_JSON = "get_local_json";//本地json资源文件获取
    public final static String UNI_EVENT_REPLY_OTHER_GET_SELECTED_IMAGE = "selected_image";//uni图片文件获取
    public final static String UNI_EVENT_REPLY_OTHER_GET_DEVICE_LOCATION = "device_location";//设备定位
    /*********【我的】模块*********/
@@ -123,6 +124,8 @@
    public final static String UNI_EVENT_REPLY_STAFF_EDIT = "staff_edit";//员工编辑
    public final static String UNI_EVENT_REPLY_USERRIGHTTYP = "user_right_type";//获取当前账号在公司的身份
    public final static String UNI_EVENT_REPLY_DOWNLOAD_MEMBER_AVATAR = "download_member_avatar";//下载成员(子账号)头像
    public final static String UNI_EVENT_REPLY_Message_Center_Detail = "message_center_detail";//打开消息详情
    /*********Wifi模块*********/
@@ -166,6 +169,8 @@
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_remove_refresh = "home_remove_refresh";//电站删除
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_debug_refresh = "home_debug_refresh";//电站二次调试
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_delivery_refresh = "home_delivery_refresh";//电站交付
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_delivery_rollback = "home_delivery_rollback";//电站交付回滚
    //endregion
    //region --------【原生】打开【小程序】--------