using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ssgrestserver { class 자막조회 : ARequestObject { protected override string startUpdateWork() { 코더확인객채생성여부(); 조회시간추가(); mAccessableDictionary = DataCenter.getInstance().getData(DataCenter.관리중인데이터들배열.코더상태); if (!mAccessableDictionary[m채널이름].ContainsKey("status")) { mAccessableDictionary[m채널이름].Add("status", "200"); } return mAccessableDictionary[m채널이름].ToString(Newtonsoft.Json.Formatting.None); } } }