mac
2023-11-30 caa35eaa7d9cae55a57155d9508d1285999f1bba
app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -51,6 +51,9 @@
    //LINK设备获取驱动升级包下载地址
    public static final String POST_OTA_GET_LinkDeviceDriverDownloadUrl = "/smart-footstone/mgmt/device/ota/getLinkDeviceDriverDownloadUrl";
    //App版本检测
    public static final String POST_APP_VERSION_CHECK = "/basis-footstone/app/appVersion/check";
    //endregion
    //endregion
@@ -101,6 +104,11 @@
    public static final String C_POST_UPLOAD_IMAGE = "/home-wisdom/app/images/upload_image";
    //上传图片(新)
    public static final String C_POST_UPLOAD_IMAGE_NEW = "/basis-cosmos/file/upload";
    //绑定认证(手机/邮箱)
    public static final String C_POST_MEMBERINFO_BINDWITHACCOUNT = "/smart-footstone/member/memberInfo/bindWithAccount";
    //解绑认证(手机/邮箱)
    public static final String C_POST_MEMBERINFO_UNBINDWITHACCOUNT = "/smart-footstone/member/memberInfo/unbindWithAccount";
    //endregion
    //endregion