TCL电子猫眼
This commit is contained in:
@@ -59,7 +59,7 @@ namespace CommonEntity
|
||||
/// <param name="skillid"></param>
|
||||
/// <param name="sceneCode"></param>
|
||||
/// <param name="count"></param>
|
||||
public static void SendData(string hotelcode, string roomnum, string CUID, string skillid, string sceneCode, int count = 0)
|
||||
public static void SendData(string hotelcode, string roomnum, string CUID, string skillid, string sceneCode, int count = 0,Dictionary<string,string> extra_params=null)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -77,6 +77,7 @@ namespace CommonEntity
|
||||
dic1.Add("cuid", roomnum);
|
||||
dic1.Add("sceneCode", sceneCode);
|
||||
dic1.Add("botId", skillid);
|
||||
dic1.Add("params",Newtonsoft.Json.JsonConvert.SerializeObject(extra_params));
|
||||
|
||||
|
||||
logger.Error("TCL send data");
|
||||
|
||||
Reference in New Issue
Block a user