| | |
| | | ///// 忘记密码 |
| | | ///// </summary> |
| | | //public static string YdForgetPassword = API_ZigbeeUsers + "YdForgetPassword"; |
| | | /// <summary> |
| | | /// 绑定子账号到项目 need Authorization |
| | | /// </summary> |
| | | public static string BindSubAccount = API_ZigbeeUsers + "BindSubAccount"; |
| | | /// <summary> |
| | | /// 解除子账号和住宅的绑定 need Authorization |
| | | /// </summary> |
| | | public static string DeletedSubAccount = API_ZigbeeUsers + "DeletedSubAccount"; |
| | | /// <summary> |
| | | /// 获取项目(住宅)下面的子账号 need Authorization |
| | | /// </summary> |
| | | public static string GetSubAccountByDistributedMark = API_ZigbeeUsers + "GetSubAccountByDistributedMark"; |
| | | ///// <summary> |
| | | ///// 绑定子账号到项目 need Authorization |
| | | ///// </summary> |
| | | //public static string BindSubAccount = API_ZigbeeUsers + "BindSubAccount"; |
| | | ///// <summary> |
| | | ///// 解除子账号和住宅的绑定 need Authorization |
| | | ///// </summary> |
| | | //public static string DeletedSubAccount = API_ZigbeeUsers + "DeletedSubAccount"; |
| | | ///// <summary> |
| | | ///// 获取项目(住宅)下面的子账号 need Authorization |
| | | ///// </summary> |
| | | //public static string GetSubAccountByDistributedMark = API_ZigbeeUsers + "GetSubAccountByDistributedMark"; |
| | | |
| | | |
| | | ///// <summary> |
| | |
| | | //***************************APP 部分******************************** |
| | | public static string API_APP = "/App/"; |
| | | |
| | | /// <summary> |
| | | /// 1.21 添加项目(住宅)[App(网关)手动备份]备注文件夹 |
| | | /// </summary> |
| | | public static string AddHomeAppGatewayName = API_APP + "AddHomeAppGatewayName"; |
| | | /// <summary> |
| | | /// 1.22 上传[项目(住宅(App(网关)手动备份]子文件 |
| | | /// </summary> |
| | | public static string UploadHomeAppGatewaySubFiles = API_APP + "UploadHomeAppGatewaySubFiles"; |
| | | public static string UploadHomeAppGatewaySingleSubFile = API_APP + "UploadHomeAppGatewaySingleSubFile"; |
| | | |
| | | ///// <summary> |
| | | ///// 1.23 删除App备份[手动备份住宅、手动备份网关、自动备份住宅、公共备份]的某些文件 |
| | | ///// 1.21 添加项目(住宅)[App(网关)手动备份]备注文件夹 |
| | | ///// </summary> |
| | | //public static string DeleteAppBackupFile = API_APP + "DeleteAppBackupFile"; |
| | | /// <summary> |
| | | /// 1.24 获取住宅备份数据_分页 |
| | | /// </summary> |
| | | public static string GetHomeDataBackupPagger = API_APP + "GetHomeDataBackupPagger"; |
| | | /// <summary> |
| | | /// 1.25 获取备份文件不带数据_分页 |
| | | /// </summary> |
| | | public static string GetHomeDataBackupUploadListPagger = API_APP + "GetHomeDataBackupUploadListPagger"; |
| | | /// <summary> |
| | | /// 1.26 下载某一个备份数据文件 |
| | | /// </summary> |
| | | public static string DownloadSomeDataBackup = API_APP + "DownloadSomeDataBackup"; |
| | | /// <summary> |
| | | /// 1.27 删除项目(住宅)各种备份文件夹(文件夹下所有文件也会删除) |
| | | /// </summary> |
| | | public static string DelHomeAppGatewayName = API_APP + "DelHomeAppGatewayName"; |
| | | //public static string AddHomeAppGatewayName = API_APP + "AddHomeAppGatewayName"; |
| | | ///// <summary> |
| | | ///// 1.22 上传[项目(住宅(App(网关)手动备份]子文件 |
| | | ///// </summary> |
| | | //public static string UploadHomeAppGatewaySubFiles = API_APP + "UploadHomeAppGatewaySubFiles"; |
| | | //public static string UploadHomeAppGatewaySingleSubFile = API_APP + "UploadHomeAppGatewaySingleSubFile"; |
| | | |
| | | /////// <summary> |
| | | /////// 1.23 删除App备份[手动备份住宅、手动备份网关、自动备份住宅、公共备份]的某些文件 |
| | | /////// </summary> |
| | | ////public static string DeleteAppBackupFile = API_APP + "DeleteAppBackupFile"; |
| | | ///// <summary> |
| | | ///// 1.24 获取住宅备份数据_分页 |
| | | ///// </summary> |
| | | //public static string GetHomeDataBackupPagger = API_APP + "GetHomeDataBackupPagger"; |
| | | ///// <summary> |
| | | ///// 1.25 获取备份文件不带数据_分页 |
| | | ///// </summary> |
| | | //public static string GetHomeDataBackupUploadListPagger = API_APP + "GetHomeDataBackupUploadListPagger"; |
| | | ///// <summary> |
| | | ///// 1.26 下载某一个备份数据文件 |
| | | ///// </summary> |
| | | //public static string DownloadSomeDataBackup = API_APP + "DownloadSomeDataBackup"; |
| | | ///// <summary> |
| | | ///// 1.27 删除项目(住宅)各种备份文件夹(文件夹下所有文件也会删除) |
| | | ///// </summary> |
| | | //public static string DelHomeAppGatewayName = API_APP + "DelHomeAppGatewayName"; |
| | | ///// <summary> |
| | | ///// 1.28 更新项目(住宅)[App(网关)手动备份]备注名 |
| | | ///// </summary> |
| | |
| | | ///// 1.63 获得某个帐号所有已绑定的网关分页 |
| | | ///// </summary> |
| | | //public static string GetAllBindGatewarysPagger = API_APP + "GetAllBindGatewarysPagger"; |
| | | /// <summary> |
| | | /// 1.64 获取某个住宅的网关分页 |
| | | /// </summary> |
| | | public static string GetSingleHomeGatewayPagger = API_APP + "GetSingleHomeGatewayPagger"; |
| | | ///// <summary> |
| | | ///// 1.64 获取某个住宅的网关分页 |
| | | ///// </summary> |
| | | //public static string GetSingleHomeGatewayPagger = API_APP + "GetSingleHomeGatewayPagger"; |
| | | |
| | | ///// <summary> |
| | | ///// 1.65 UpdateMac 更新Mac(印度) |
| | | ///// </summary> |
| | | //public static string UpdateMac = API_APP + "UpdateMac"; |
| | | |
| | | /// <summary> |
| | | /// 1.66 BindMac 更新绑定Mac(印度) |
| | | /// </summary> |
| | | public static string BindMac = API_APP + "BindMac"; |
| | | ///// <summary> |
| | | ///// 1.66 BindMac 更新绑定Mac(印度) |
| | | ///// </summary> |
| | | //public static string BindMac = API_APP + "BindMac"; |
| | | |
| | | |
| | | |