HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs
@@ -325,7 +325,7 @@ /// <param name="api_Url">请求地址(不是绝对地址)</param> /// <param name="tag">标记->描述接口(自定义)</param> /// <returns></returns> public ResponsePackNew RequestServerhomeId(object o, string api_Url, string tag, int mTimeout = 15) public ResponsePackNew RequestServerhomeId(object o, string api_Url, string tag, int mTimeout = 10) { JObject jobject = JObject.Parse(Newtonsoft.Json.JsonConvert.SerializeObject(o)); return UI2.Intelligence.Automation.Send.Current.RequestServerhomeId(jobject, api_Url, tag, mTimeout);