HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -2928,6 +2928,22 @@ } /// <summary> /// 获取第三方注册的id /// </summary> /// <param homeId="homeId">住宅id</param> /// <returns></returns> public ResponsePackNew GetExtUserId(string homeId) { Dictionary<string, object> d = new Dictionary<string, object>(); d.Add("homeId", homeId); var requestJson = HttpUtil.GetSignRequestJson(d); var pack = HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_GetExtUserId, requestJson); return pack; } #endregion #region ■ 门锁相关____________________________