| | |
| | | //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 |
| | | |
| | |
| | | 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 |