1
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user