| | |
| | | /***************用户管理***************/ |
| | | //获取账号所在区域 |
| | | public static final String POST_RegionByAccount = "/smart-footstone/region/regionByUserAccount"; |
| | | //登录接口 |
| | | //登录接口(B端) |
| | | public static final String POST_LOGIN = "/smart-footstone/user/oauth/login"; |
| | | //登录接口(C端) |
| | | public static final String C_POST_LOGIN = "/smart-footstone/member/oauth/login"; |
| | | //发送消息验证码 |
| | | public static final String POST_VERIFICATION_CODE_SEND= "/smart-footstone/verification/message/send"; |
| | | public static final String POST_VERIFICATION_CODE_SEND = "/smart-footstone/verification/message/send"; |
| | | //用户找回密码 忘记密码,通过邮箱和手机号找回 |
| | | public static final String POST_FORGET_PROGRAM_PWD = "/smart-footstone/user/oauth/forgetProgramPwd"; |
| | | //更改个人密码 |
| | |
| | | //获取员工列表 |
| | | public static final String POST_GET_USER_LIST = "/smart-footstone/user/userInfo/getUserList"; |
| | | //获取用户个人信息 C端 |
| | | public static final String POST_GET_MEMBER_INFO= "/smart-footstone/member/memberInfo/getMemberInfo"; |
| | | public static final String POST_GET_MEMBER_INFO = "/smart-footstone/member/memberInfo/getMemberInfo"; |
| | | //更新个人信息 C端 |
| | | public static final String POST_UPDATE_MEMBER_INFO = "/smart-footstone/member/memberInfo/updateMemberInfo"; |
| | | //上传图片 |
| | |
| | | public static final String POST_UPLOAD_IMAGE_NEW = "/basis-cosmos/file/upload"; |
| | | //查询图片路径 |
| | | public static final String POST_GET_IMAGE_URL = "/home-wisdom/app/images/get_image_url"; |
| | | // //版本检测更新 |
| | | // //版本检测更新 |
| | | // public static final String POST_APP_APPVERSION_CHECK = "/smart-footstone/app/appVersion/check"; |
| | | //支持APP和小程序检测 |
| | | public static final String POST_APP_APPVERSION_CHECK = "/basis-footstone/app/appVersion/check"; |
| | |
| | | /***************项目管理***************/ |
| | | /** |
| | | * 获取完整的请求地址 |
| | | * |
| | | * @param api |
| | | * @return |
| | | */ |
| | | public static String getRequestUrl(String api){ |
| | | public static String getRequestUrl(String api) { |
| | | return HDLLinkPMUser.getInstance().getUserRegionUrl() + api; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /***************模板管理***************/ |
| | |
| | | /** |
| | | * 获取备份列表 |
| | | */ |
| | | public static final String POST_BACKUP_LIST="/smart-footstone/mgmt/community/houseExtend/getHouseDebugPage"; |
| | | public static final String POST_BACKUP_LIST = "/smart-footstone/mgmt/community/houseExtend/getHouseDebugPage"; |
| | | |
| | | /** |
| | | * 获取网关最新的三份备份数据 |
| | | */ |
| | | public static final String POST_GATEWAY_BACKUP_LIST="/iot-cloud/file/device/backup/threeLatest"; |
| | | public static final String POST_GATEWAY_BACKUP_LIST = "/iot-cloud/file/device/backup/threeLatest"; |
| | | /** |
| | | * 获取调试完成的备份文件回复 |
| | | */ |
| | | public static final String POST_GATEWAY_BACKUP_DEBUGCOMPLETEBACKUPFILE="/iot-cloud/file/device/backup/debugCompleteBackupFile"; |
| | | public static final String POST_GATEWAY_BACKUP_DEBUGCOMPLETEBACKUPFILE = "/iot-cloud/file/device/backup/debugCompleteBackupFile"; |
| | | /** |
| | | * 网关恢复的备份文件 |
| | | */ |
| | | public static final String POST_GATEWAY_BACKUP_RECOVER="/iot-cloud/file/device/backup/recover"; |
| | | public static final String POST_GATEWAY_BACKUP_RECOVER = "/iot-cloud/file/device/backup/recover"; |
| | | |
| | | |
| | | /** |
| | | * 替换网关 |
| | | */ |
| | | public static final String POST_GATEWAY_REPLACE="/home-wisdom/program/gateway/replace"; |
| | | public static final String POST_GATEWAY_REPLACE = "/home-wisdom/program/gateway/replace"; |
| | | |
| | | |
| | | } |