HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -2160,5 +2160,18 @@ #endregion #region 萤石云SDK相关接口 /// <summary> /// 河东获取萤石云子账号token的接口 /// </summary> public ResponsePackNew EZGetChildToken() { Dictionary<string, object> d = new Dictionary<string, object>(); //d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.RegionID); var requestJson = HttpUtil.GetSignRequestJson(d); return HttpUtil.RequestHttpsPostFroHome(NewAPI.API_POST_EZ_GetChildToken, requestJson); } #endregion } }