| | |
| | | /// 获取全球区域列表 免登录 |
| | | /// </summary> |
| | | public const string API_POST_GlobalRegionList = "/smart-footstone/region/globalRegionList"; |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 访客 |
| | | /// <summary> |
| | | /// 生成临时密码 |
| | | /// </summary> |
| | | public const string API_POST_ADD_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/add"; |
| | | /// <summary> |
| | | /// 删除临时密码 |
| | | /// </summary> |
| | | public const string API_POST_DEL_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/delete"; |
| | | /// <summary> |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page"; |
| | | #endregion |
| | | |
| | | #region ■ AcCluster -- 登录和注册部分___________________________ |
| | | /// <summary> |
| | |
| | | /// 动态密码/二维码开锁 |
| | | /// </summary> |
| | | public const string API_POST_FL_QRcode = "http://112.74.164.111:180/api.php/Device/setdynamicpwd"; |
| | | /// <summary> |
| | | /// 临时密码 |
| | | /// 二维码 |
| | | /// </summary> |
| | | public const string API_Post_Temporary_Password = "/home-wisdom/app/freeview/temppwd/add"; |
| | | /// <summary> |
| | | /// 获取门禁二维码 |
| | | /// </summary> |
| | | public const string API_POST_OwnerQRCode = "/community-wisdom/doorDevice/getOwnerQRCode"; |
| | | /// <summary> |
| | | /// 徘徊报警 |
| | | /// </summary> |
| | | public const string API_POST_ALARM_RECORDS = "/home-wisdom/app/device/alarmRecords/listByPage"; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |