| | |
| | | /// 动态密码/二维码开锁 |
| | | /// </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 |
| | | |
| | | |