1
wei
2021-06-01 fdd5cb921b0783ed81c7c9fb3f8327e3f6905c40
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -86,7 +86,7 @@
            d.Add("key", key);
            var requestJson = HttpUtil.GetSignRequestJson(d);
            return HttpUtil.RequestHttpsPost(NewAPI.Api_Post_ArmSensorHistoricalData, requestJson);
            return HttpUtil.RequestHttpsPost(NewAPI.Api_Post_SensorLastMonthHistoricalData, requestJson);
        }