| | |
| | | public static final String POST_Device_Oid = "/home-wisdom/program/device/oid/add"; |
| | | //获取逆变器(获取设备远程通讯信息) |
| | | public static final String POST_Device_RemoteInfo = "/home-wisdom/program/device/remoteInfo"; |
| | | //设备基本信息列表(oid)获取 |
| | | public static final String POST_DEVICE_OID_LIST_GET = "/home-wisdom/program/device/oid/list"; |
| | | //设备固件列表获取 |
| | | public static final String POST_OTA_GET_DeviceFirmwares = "/home-wisdom/program/device/ota/getDeviceFirmwares"; |
| | | //设备固件云端的驱动分页列表获取 |
| | | public static final String POST_OTA_GET_CloudDeviceFirmwares = "/smart-footstone/firmware/firmwareVersion/getLastOne"; |
| | | //设备固件升级OTA命令 |
| | | public static final String POST_OTA_DeviceFirmwareUpgrade = "/home-wisdom/program/device/ota/deviceFirmwareUpgrade"; |
| | | //设备获取固件升级包下载地址 |
| | | public static final String POST_OTA_GET_LinkDeviceFirmwareDownloadUrl = "/smart-footstone/mgmt/device/ota/getLinkDeviceFirmwareDownloadUrl"; |
| | | //当前网关驱动列表获取 |
| | | public static final String POST_OTA_GET_GatewayDrivers = "/home-wisdom/program/device/ota/getGatewayDrivers"; |
| | | //网关云端的驱动分页列表获取 |
| | | public static final String POST_OTA_GET_CloudGatewayDrivers = "/smart-footstone/driver/buspro/download"; |
| | | //网关驱动升级OTA命令下发 |
| | | public static final String POST_OTA_GatewayDriverUpgrade = "/home-wisdom/program/device/ota/gatewayDriverUpgrade"; |
| | | //LINK设备获取驱动升级包下载地址 |
| | | public static final String POST_OTA_GET_LinkDeviceDriverDownloadUrl = "/smart-footstone/mgmt/device/ota/getLinkDeviceDriverDownloadUrl"; |
| | | |
| | | //endregion |
| | | //endregion |
| | | |
| | |
| | | //region -----用户管理--------- |
| | | //登录 |
| | | public static final String C_POST_Login = "/smart-footstone/member/oauth/login"; |
| | | //退出登录 |
| | | //注册账号 |
| | | public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd"; |