This commit is contained in:
2025-07-23 10:29:08 +08:00
parent 97157b6145
commit 5834799a19
2 changed files with 35 additions and 0 deletions
@@ -45,6 +45,8 @@ namespace FineUIPro.Web.ProjectData
string url = Funs.VideoHost;
string res = APIGetHttpService.Http(url + "api/v1/user/channellist?token=" + URLToken + "&id=" + Id + "&related=true");
string devices = "";
//ErrLogInfo.WriteLog($"接口地址:{url + "api/v1/user/channellist?token=" + URLToken + "&id=" + Id + "&related=true"}");
//ErrLogInfo.WriteLog($"接口返回结果:{res}");
JObject jObject = (JObject)JsonConvert.DeserializeObject(res);
JArray channelList = jObject.Value<JArray>("ChannelList");
HashSet<string> set = new HashSet<string>();