修改长时间内存会炸
This commit is contained in:
@@ -119,12 +119,6 @@ namespace CommonEntity
|
||||
|
||||
request1.AddHeader("Authorization", "Bearer " + T.data.access_token);
|
||||
|
||||
//Dictionary<string, string> dic = new Dictionary<string, string>();
|
||||
//dic.Add("cuid", CUID);
|
||||
//dic.Add("sceneCode", sceneCode);
|
||||
//dic.Add("botId", skillid);
|
||||
//dic.Add("params", Newtonsoft.Json.JsonConvert.SerializeObject(extra_params));
|
||||
|
||||
TCLBell tsa = new TCLBell();
|
||||
tsa.cuid = CUID;
|
||||
tsa.sceneCode = sceneCode;
|
||||
@@ -139,15 +133,6 @@ namespace CommonEntity
|
||||
var QQQ = client1.Execute(request1);
|
||||
string ddd = QQQ.Content;
|
||||
|
||||
|
||||
//string ti1 = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||
//Dictionary<string, string> dicg1 = new Dictionary<string, string>();
|
||||
//dicg1.Add("HotelCode", hotelcode);
|
||||
//dicg1.Add("RoomNumber", roomnum);
|
||||
//dicg1.Add("RequestId", ID);
|
||||
//dicg1.Add("ResponseMsg", ddd);
|
||||
//dicg1.Add("ResponseTime", ti1);
|
||||
//LogRecorrd.WebAPI_DataSend(dicg1, "api/tcl_tv");
|
||||
logger.Error("TCL 电视触发了 情景。返回数据为:" + ddd);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user