25 lines
697 B
C#
25 lines
697 B
C#
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.ContainsKey(this.m채널이름))
|
|
{
|
|
return "서버에 없는 정보 - 경품데이터";
|
|
}
|
|
|
|
return mAccessableDictionary[this.m채널이름].ToString(Newtonsoft.Json.Formatting.None);
|
|
}
|
|
}
|
|
}
|