HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -2710,6 +2710,18 @@ } #endregion /// <summary> /// 绑定source面板 /// </summary> /// <returns></returns> public ResponsePackNew BindSourcePanel(string qrString) { Dictionary<string, object> d = new Dictionary<string, object>(); d.Add("homeId", DB_ResidenceData.Instance.CurrentRegion.id); d.Add("content", qrString); var requestJson = HttpUtil.GetSignRequestJson(d); return HttpUtil.RequestHttpsPostFroHome(NewAPI.Api_Post_BindSourcePanel, requestJson); } /// <summary> /// 人脸录入